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.
Object Safety§
This trait is not object safe.