TimestampRepr

Trait TimestampRepr 

Source
pub trait TimestampRepr {
    type Value;
}
Expand description

The TimestampRepr trait provides a way of associating a raw timestamp type with its corresponding value type.

Required Associated Types§

Implementors§