Trait ta::Period[][src]

pub trait Period {
    fn period(&self) -> usize;
}
Expand description

Return the period used by the indicator.

Required methods

Implementors