guard_result

Macro guard_result 

Source
macro_rules! guard_result {
    ($ctx:ident. $($getter:tt)+) => { ... };
}
Expand description

Get a guard handle that can be used to retrive the Ok variant of a option without having to use .unwrap, or the Err variant.