Skip to main content

Low

Trait Low 

Source
pub trait Low {
    // Required method
    fn low(&self) -> f64;
}
Expand description

Lowest price of a particular period.

Required Methods§

Source

fn low(&self) -> f64

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§