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

pub trait NestedAttributesExt {
    fn has_word(self, _: &str) -> bool;
}
🔬 This is a nightly-only experimental API. (rustdoc)

Required Methods

🔬 This is a nightly-only experimental API. (rustdoc)

Returns whether the attribute list contains a specific Word

Implementors