pub trait MaybeTimestamps { }
Expand description

Trait implemented by both NoTimestamps and all implementors of Timestamps, to allow loading timestamp properties only if needed.

Implementors§