Enum blocking_permit::DispatchRx[][src]

pub enum DispatchRx<F, T> {
    Dispatch(Dispatched<T>),
    NotRegistered(F),
}
Expand description

Value returned by dispatch_rx.

Variants

Dispatch(Dispatched<T>)

Tuple Fields of Dispatch

0: Dispatched<T>
NotRegistered(F)

Tuple Fields of NotRegistered

0: F

Implementations

Unwrap to the contained Dispatched future.

Panics

Panics if NotRegistered.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.