pub trait TimestampRepr {
type Value;
}
Expand description
The TimestampRepr
trait provides a way of associating a raw timestamp type with its
corresponding value type.
pub trait TimestampRepr {
type Value;
}
The TimestampRepr
trait provides a way of associating a raw timestamp type with its
corresponding value type.