[][src]Macro n5::data_type_match

macro_rules! data_type_match {
    ($match_expr:expr, $($expr:tt)*) => { ... };
}

Match a DataType-valued expression, and in each arm repeat the provided code block with the token RsType replaced with the primitive type appropriate for that arm.