Trait near_syn::NearAttributable[][src]

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

Required methods

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

attrs

Loading content...

Implementations on Foreign Types

impl NearAttributable for ItemStruct[src]

impl NearAttributable for ItemEnum[src]

Loading content...

Implementors

Loading content...