[][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

impl Indicator<f64, Option<f64>> for Max[src]

impl Indicator<f64, Option<f64>> for Min[src]

Loading content...