pub trait MaybeTimestamps { }
Expand description
Trait implemented by both NoTimestamps
and all implementors of Timestamps
,
to allow loading timestamp properties only if needed.
pub trait MaybeTimestamps { }
Trait implemented by both NoTimestamps
and all implementors of Timestamps
,
to allow loading timestamp properties only if needed.