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