macro_rules! last {
($arg:expr) => { ... };
($head:expr, $($rest:expr),+) => { ... };
}Expand description
Helper macro for the rebind! macro
macro_rules! last {
($arg:expr) => { ... };
($head:expr, $($rest:expr),+) => { ... };
}Helper macro for the rebind! macro