[][src]Macro amplify::guard

macro_rules! guard {
    { let $var:ident = $option:ident else { $alt:expr } } => { ... };
}