Skip to main content

Close

Trait Close 

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

Close price of a particular period.

Required Methods§

Source

fn close(&self) -> f64

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§