Skip to main content

try_likely_ok

Macro try_likely_ok 

Source
macro_rules! try_likely_ok {
    ($e:expr) => { ... };
}
Available on crate features formatting or parsing only.
Expand description

Try to unwrap an expression, returning if not possible.

This is identical to ? in terms of behavior, but marks the error path as cold.