Struct cfg::history::DefaultHistory [] [src]

pub struct DefaultHistory<H>(_);

Factory of default histories.

Methods

impl<H> DefaultHistory<H>

fn new() -> Self

Creates a default history factory.

Trait Implementations

impl<H> HistorySource<H> for DefaultHistory<H> where H: Default

fn build(&mut self, _lhs: Symbol, _rhs: &[Symbol]) -> H