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

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.

Loading content...

Implementors

impl Action for History[src]

impl Action for NullHistory[src]

Loading content...