Macro identity::ty_list [] [src]

macro_rules! ty_list {
    () => { ... };
    ($A:ty, $As:tt) => { ... };
}