Trait Removable

Source
pub trait Removable: AstNode {
    // Required method
    fn remove(&self, editor: &mut SyntaxEditor);
}

Required Methods§

Source

fn remove(&self, editor: &mut SyntaxEditor)

Implementors§