Trait synthez::has::Attrs[][src]

pub trait Attrs {
    fn attrs(&self) -> &[Attribute];
}
Expand description

syn types containing syn::Attributes.

Required methods

Returns contained syn::Attributes.

Implementations on Foreign Types

Implementors