Macro get_type

Source
macro_rules! get_type {
    ($state:ident, $e:expr) => { ... };
}