Macro core::fmt::last_type

source ·
macro_rules! last_type {
    ($a:ident,) => { ... };
    ($a:ident, $($rest_a:ident,)+) => { ... };
}