pub trait ComputeControllerTimestamp:
TimestampManipulation
+ Into<Datum<'static>>
+ Sync { }
Expand description
A composite trait for types that serve as timestamps in the Compute Controller.
Into<Datum<'a>>
is needed for writing timestamps to introspection collections.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.