Macro object::read::any::map_inner_option
source ยท 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.