Macro core::fmt::last_type [−][src]
macro_rules! last_type {
($a : ident,) => { ... };
($a : ident, $($rest_a : ident,) +) => { ... };
}macro_rules! last_type {
($a : ident,) => { ... };
($a : ident, $($rest_a : ident,) +) => { ... };
}