Macro match_downcast::match_downcast_ref [] [src]

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