macro_rules! unhygienic_item {
($($tt:tt)*) => { ... };
}
Expand description
Erases the hygiene from its parameters, causing it to use the context of the call site. The input must be zero, one, or more items.
macro_rules! unhygienic_item {
($($tt:tt)*) => { ... };
}
Erases the hygiene from its parameters, causing it to use the context of the call site. The input must be zero, one, or more items.