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

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

Required Methods

The attributes of this item.

Implementations on Foreign Types

Implementors