object::read::any

Macro with_inner_mut

Source
macro_rules! with_inner_mut {
    ($inner:expr, $enum:ident, | $var:ident | $body:expr) => { ... };
}