[][src]Trait ta_common::traits::Indicator

pub trait Indicator<In, Out> {
    fn next(&mut self, input: In) -> Out;
fn reset(&mut self); }

Required methods

fn next(&mut self, input: In) -> Out

fn reset(&mut self)

Loading content...

Implementors

Loading content...