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

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

Required Methods

Returns whether the attribute list contains a specific Word

Implementors