Macro match_cast::match_cast [] [src]

macro_rules! match_cast {
    ($any:ident { $( $bind:ident as $patt:ty => $body:block , )+ }) => { ... };
}