Trait strand::mutable::Strand [] [src]

pub trait Strand<T> {
    fn evolve<'a>(&'a mut self, event: &'a Event<T = T>) -> Result<(), Errors>;
}

Required Methods

Implementors