[][src]Macro h264_reader::tt_35_switch

macro_rules! tt_35_switch {
    (
        $struct_name:ident<$ctx:ty> {
            $( $name:ident => $v:ty ),*,
        }
    ) => { ... };
}