Trait syntax::attr::AttributeMethods[src]
pub trait AttributeMethods {
fn meta(&self) -> Gc<MetaItem>;
fn desugar_doc(&self) -> Attribute;
}
Required Methods
fn meta(&self) -> Gc<MetaItem>
fn desugar_doc(&self) -> Attribute
Implementors
impl AttributeMethods for Attribute