This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
In Rust, the question mark (?) operator is used as an alternate error propagation method for functions that yield Result or Option types. The ? operator is a shortcut that minimizes the amount of code required in a function to quickly return Err or None from the types Result , or Option.
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.