pub trait ComputeControllerTimestamp: TimestampManipulation + for<'a> Into<Datum<'a>> { }
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.

Implementations on Foreign Types§

source§

impl ComputeControllerTimestamp for Timestamp

Implementors§