syntax
0.0.0
Removable
Required Methods
remove
Implementors
In syntax::
ast::
edit_
in_
place
syntax
::
ast
::
edit_in_place
Trait
Removable
Copy item path
source
pub trait Removable:
AstNode
{ // Required method fn
remove
(&self); }
Required Methods
§
source
fn
remove
(&self)
Implementors
§
source
§
impl
Removable
for
MatchArm
source
§
impl
Removable
for
TypeBoundList
source
§
impl
Removable
for
Use
source
§
impl
Removable
for
UseTree