macro_rules! format_id {
($($arg:tt)*) => { ... };
}Expand description
Functions like the format! macro, but returns an Identifier
macro_rules! format_id {
($($arg:tt)*) => { ... };
}Functions like the format! macro, but returns an Identifier