Macro as_mut_type

Source
macro_rules! as_mut_type {
    ($expr:expr => $t:ty, $err:literal) => { ... };
}