Trait rustdoc::clean::types::NestedAttributesExt
source · pub(crate) trait NestedAttributesExt {
fn get_word_attr(self, word: Symbol) -> Option<NestedMetaItem>;
fn has_word(self, word: Symbol) -> bool
where
Self: Sized,
{ ... }
}
Required Methods
sourcefn get_word_attr(self, word: Symbol) -> Option<NestedMetaItem>
fn get_word_attr(self, word: Symbol) -> Option<NestedMetaItem>
Returns Some(attr)
if the attribute list contains ‘attr’
corresponding to a specific word