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

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

Required methods

pub fn next(&mut self, input: In) -> Out[src]

pub fn reset(&mut self)[src]

Loading content...

Implementors

Loading content...