Trait Timeout

Source
pub unsafe trait Timeout { }
Expand description

A point in time on either the monotonic clock (Instant) or real time clock (SystemTime).

Implementations on Foreign Types§

Source§

impl Timeout for Instant

Source§

impl Timeout for SystemTime

Implementors§