AttrsOwnerEdit
syntax
0.0.0
Attrs
Owner
Edit
Provided Methods
remove_attrs_and_docs
Implementors
In syntax::
ast::
edit_
in_
place
syntax
::
ast
::
edit_in_place
Trait
Attrs
Owner
Edit
Copy item path
Source
pub trait AttrsOwnerEdit:
HasAttrs
{ // Provided method fn
remove_attrs_and_docs
(&self) { ... } }
Provided Methods
§
Source
fn
remove_attrs_and_docs
(&self)
Implementors
§
Source
§
impl<T:
HasAttrs
>
AttrsOwnerEdit
for T