I am looking for a way to chain the usage of the try! macro in Rust and found this pull request that implements the ? operator.
It seems like it has been merged, but I cannot seem to find any documentation on it yet. Is it equivalent to the try! macro or are there important differences?