syntax::ast::edit_in_place

Trait AttrsOwnerEdit

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

Provided Methods§

Implementors§