Macro object::read::any::map_inner

source ยท
macro_rules! map_inner {
    ($inner:expr, $from:ident, $to:ident, | $var:ident | $body:expr) => { ... };
}
Expand description

Like with_inner!, but wraps the result in another enum.