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.
macro_rules! guard_result {
($ctx:ident. $($getter:tt)+) => { ... };
}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.