Trait syntex_syntax::attr::AttributeMethods
[−]
[src]
pub trait AttributeMethods {
fn meta(&self) -> &MetaItem;
fn with_desugared_doc<T, F>(&self, f: F) -> T where F: FnOnce(&Attribute) -> T;
}
Required Methods
fn meta(&self) -> &MetaItem
fn with_desugared_doc<T, F>(&self, f: F) -> T where F: FnOnce(&Attribute) -> T
Implementors
impl AttributeMethods for Attribute