Trait cfg::history::Action [] [src]

pub trait Action {
    fn no_op(&self) -> Self;
}

Trait for history types that may have semantic actions.

Required Methods

fn no_op(&self) -> Self

Returns a history with no-op semantic action.

Implementors