Macro type_operators::_tlsm_parse_type [] [src]

macro_rules! _tlsm_parse_type {
    (($parameterized:ident $($arg:tt)*)) => { ... };
    ($constant:ident) => { ... };
}