[][src]Trait crudite::opset::Operation

pub trait Operation<State> {
    fn apply(&self, tree: &mut State);
}

Required methods

fn apply(&self, tree: &mut State)

Loading content...

Implementors

impl Operation<Tree<Id>> for DocOp[src]

Loading content...