Struct tokio_timer::timer::SystemNow [] [src]

pub struct SystemNow(_);

Returns the instant corresponding to now using a monotonic clock.

Methods

impl SystemNow
[src]

[src]

Create a new SystemNow.

Trait Implementations

impl Debug for SystemNow
[src]

[src]

Formats the value using the given formatter. Read more

impl Now for SystemNow
[src]

[src]

Returns an instant corresponding to "now".

Auto Trait Implementations

impl Send for SystemNow

impl Sync for SystemNow