Struct transient_hashmap::StandardTimer [] [src]

pub struct StandardTimer;

Standard time provider returning current time.

Trait Implementations

impl Default for StandardTimer
[src]

[src]

Returns the "default value" for a type. Read more

impl Timer for StandardTimer
[src]

[src]

Returns current timestamp in seconds.

Auto Trait Implementations

impl Send for StandardTimer

impl Sync for StandardTimer