Skip to main content

Time

Trait Time 

Source
pub trait Time: Clone + Debug { }
Expand description

A trait representing a time domain.

The Time trait serves as a marker for types representing different time representations.

§Implementers

  • Continuous: Represents continuous time domain.
  • Discrete: Represents discrete time domain.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§