[][src]Struct may_waiter::Waiter

pub struct Waiter<T> { /* fields omitted */ }

Methods

impl<T> Waiter<T>[src]

pub fn new() -> Self[src]

pub fn set_rsp(&self, rsp: T)[src]

pub fn cancel_wait(&self)[src]

pub fn wait_rsp<D: Into<Option<Duration>>>(&self, timeout: D) -> Result<T>[src]

Trait Implementations

impl<T> Default for Waiter<T>[src]

impl<T> Debug for Waiter<T>[src]

Auto Trait Implementations

impl<T> Send for Waiter<T> where
    T: Send

impl<T> Sync for Waiter<T> where
    T: Send

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.