Trait rustdoc::clean::NestedAttributesExt
[−]
[src]
pub trait NestedAttributesExt {
fn has_word(self, _: &str) -> bool;
}🔬 This is a nightly-only experimental API. (
rustdoc)Required Methods
fn has_word(self, _: &str) -> bool
🔬 This is a nightly-only experimental API. (
rustdoc)Returns whether the attribute list contains a specific Word
Implementors
impl<'a, I: IntoIterator<Item=&'a NestedMetaItem>> NestedAttributesExt for I