pub trait AttrsOwnerEdit: HasAttrs {
    // Provided methods
    fn remove_attrs_and_docs(&self) { ... }
    fn add_attr(&self, attr: Attr) { ... }
}

Provided Methods§

Implementors§