[][src]Trait ratelimit_meter::instant::Absolute

pub trait Absolute: Relative {
    fn now() -> Self;
}

A point in time as given by a source of time. It is assumed to be monotonically moving forward.

Required methods

fn now() -> Self

Returns the current moment in time, as given by the time source.

Loading content...

Implementations on Foreign Types

impl Absolute for Instant[src]

impl Absolute for SystemTime[src]

Loading content...

Implementors

impl Absolute for Always[src]

Loading content...