Macro type_operators::_tlsm_data [] [src]

macro_rules! _tlsm_data {
    ($group:ident @parameterized $name:ident [$gensym:ident $(, $next:ident)*] [$($args:tt)*] [$($bounds:tt)*] [$($phantom:tt)*] $kind:ident = $default:ty $(, $($rest:tt)*)*) => { ... };
    ($group:ident @parameterized $name:ident [$gensym:ident $(, $next:ident)*] [$($args:tt)*] [$($bounds:tt)*] [$($phantom:tt)*] $kind:ident $($rest:tt)*) => { ... };
    ($group:ident @parameterized $name:ident $gensyms:tt [$(($($args:tt)*))*] [$(($($bounds:tt)*))*] [$(($($phantom:tt)*))*]) => { ... };
    ($group:ident $gensym:tt $name:ident, $($rest:tt)*) => { ... };
    ($group:ident $gensym:tt $name:ident($($args:tt)*), $($rest:tt)*) => { ... };
    ($group:ident $gensym:tt) => { ... };
}