syntax
0.0.0
Removable
Required Methods
remove
Implementors
In syntax::
syntax_
editor
syntax
::
syntax_editor
Trait
Removable
Copy item path
Source
pub trait Removable:
AstNode
{ // Required method fn
remove
(&self, editor: &mut
SyntaxEditor
); }
Required Methods
§
Source
fn
remove
(&self, editor: &mut
SyntaxEditor
)
Implementors
§
Source
§
impl
Removable
for
Use
Source
§
impl
Removable
for
UseTree