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

pub(crate) trait NestedAttributesExt {
    fn has_word(self, word: Symbol) -> bool;
fn get_word_attr(self, word: Symbol) -> Option<NestedMetaItem>; }

Required methods

Returns true if the attribute list contains a specific Word

Implementors