[][src]Macro static_list::static_list_type

macro_rules! static_list_type {
    (&$l:tt $o:ty; $w:ty) => { ... };
    (&$l:tt $o:ty; $w:ty,) => { ... };
    (&$l:tt $o:ty; $w:ty, $($rest:tt)*) => { ... };
}