Trait 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;
}
Unstable (
rustc_private
)Required Methods
fn meta(&self) -> &MetaItem
Unstable (
rustc_private
)fn with_desugared_doc<T, F>(&self, f: F) -> T where F: FnOnce(&Attribute) -> T
Unstable (
rustc_private
)Implementors
impl AttributeMethods for Attribute