macro_rules! map_inner_option {
($inner:expr, $from:ident, $to:ident, | $var:ident | $body:expr) => { ... };
}
Expand description
Like map_inner!
, but the result is a Result or Option.
macro_rules! map_inner_option {
($inner:expr, $from:ident, $to:ident, | $var:ident | $body:expr) => { ... };
}
Like map_inner!
, but the result is a Result or Option.