pub type Timestamp = u64;

Trait Implementations§

source§

impl From<Rights> for u64

source§

fn from(e: Rights) -> u64

Converts to this type from the input type.
source§

impl TryFrom<Datetime> for Timestamp

§

type Error = Errno

The type returned in the event of a conversion error.
source§

fn try_from(_: Datetime) -> Result<Self, Self::Error>

Performs the conversion.