Skip to main content

TradeTimestampRangeIncluded

Trait TradeTimestampRangeIncluded 

Source
pub trait TradeTimestampRangeIncluded {
    // Required method
    fn trade_timestamp_range_inclusive(&self) -> TradeTimestampRangeInclusive;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§