pub trait TlsClock {
    fn now() -> Option<u64>;
}

Required Methods

Implementations on Foreign Types

Implementors