Trait rtlola_interpreter::time::TimeMode
source · 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§
sourcefn requires_timestamp() -> bool
fn requires_timestamp() -> bool
Returns whether the time TimeRepresentation require an explicit timestamp