Struct antidote::WaitTimeoutResult 1.5.0
[−]
[src]
pub struct WaitTimeoutResult(_);
A type indicating whether a timed wait on a condition variable returned due to a time out or not.
Methods
impl WaitTimeoutResult
[src]
Trait Implementations
impl Debug for WaitTimeoutResult
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.