tachys

Macro no_attrs

Source
macro_rules! no_attrs {
    ($ty_name:ty) => { ... };
}
Expand description

Declares that spreading attributes onto a particular type has no effect.