Skip to main content

High

Trait High 

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

Supplies a high price to an indicator.

Required Methods§

Source

fn high(&self) -> f64

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl<T: High + ?Sized> High for &T

Source§

fn high(&self) -> f64

Implementors§