macro_rules! no_attrs {
($ty_name:ty) => { ... };
}
Expand description
Declares that spreading attributes onto a particular type has no effect.
macro_rules! no_attrs {
($ty_name:ty) => { ... };
}
Declares that spreading attributes onto a particular type has no effect.