Trait near_syn::NearAttributable[][src]

pub trait NearAttributable {
    fn attrs(&self) -> &Vec<Attribute>;
}

Any Rust item, e.g., struct or enum to which attributes can attached to.

Required methods

fn attrs(&self) -> &Vec<Attribute>[src]

The attributes of this item.

Loading content...

Implementations on Foreign Types

impl NearAttributable for ItemStruct[src]

impl NearAttributable for ItemEnum[src]

Loading content...

Implementors

Loading content...