object::read::any

Macro 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.