[][src]Macro cursed::try_as_mut_ref

macro_rules! try_as_mut_ref {
    ($thing:expr, $exception:expr, $fallback:expr) => { ... };
    ($thing:expr, $exception:expr) => { ... };
}