pub trait TimeMode {
    fn requires_timestamp() -> bool { ... }
}
Expand description

This trait captures whether the time is given explicitly through a timestamp or is indirectly obtained through measurements.

Provided Methods§

Returns whether the time TimeRepresentation require an explicit timestamp

Implementors§