Macro ruschm::match_expect_type[][src]

macro_rules! match_expect_type {
    ($value:expr, $type:pat => $inner: expr, $type_name:expr) => { ... };
}