Trait cfg::history::HistorySource [] [src]

pub trait HistorySource<H> {
    fn build(&mut self, lhs: Symbol, rhs: &[Symbol]) -> H;
}

A trait for history factories.

Required Methods

fn build(&mut self, lhs: Symbol, rhs: &[Symbol]) -> H

Create a history.

Implementors