pub trait TimestampedRange {
// Required method
fn timestamp_range(&self) -> &TimestampRange;
}Required Methods§
fn timestamp_range(&self) -> &TimestampRange
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".