[][src]Trait rustdoc::clean::AttributesExt

pub trait AttributesExt {
    fn lists<'a>(&'a self, name: &'a str) -> ListAttributesIter<'a>;
}

Required Methods

Important traits for ListAttributesIter<'a>

Finds an attribute as List and returns the list of attributes nested inside.

Implementations on Foreign Types

impl AttributesExt for [Attribute]
[src]

Important traits for ListAttributesIter<'a>

Implementors

impl AttributesExt for Attributes
[src]

Important traits for ListAttributesIter<'a>