Macro match_cast::match_down [] [src]

macro_rules! match_down {
    ($any:ident { $( $pt:pat => $body:block , )+ }) => { ... };
}