Trait syntex_syntax::attr::AttributesExt
[−]
[src]
pub trait AttributesExt {
fn into_thin_attrs(self) -> ThinAttributes;
}
Required Methods
fn into_thin_attrs(self) -> ThinAttributes
Implementors
impl AttributesExt for Vec<Attribute>