[][src]Trait rustdoc::clean::NestedAttributesExt

pub trait NestedAttributesExt {
    fn has_word(self, word: &str) -> bool;
}

Required Methods

Returns whether the attribute list contains a specific Word

Implementors

impl<I: IntoIterator<Item = NestedMetaItem>> NestedAttributesExt for I
[src]