Macro match_downcast::match_downcast_mut [] [src]

macro_rules! match_downcast_mut {
    ( $any:expr, { $( $bind:ident : $ty:ty => $arm:expr ),*, _ => $default:expr } ) => { ... };
}