Skip to main content

TimestampedRange

Trait TimestampedRange 

Source
pub trait TimestampedRange {
    // Required method
    fn timestamp_range(&self) -> &TimestampRange;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§