Struct bidirectional_channel::UnRespondedRequest[][src]

#[must_use = "You must respond to the request"]
pub struct UnRespondedRequest<Resp> { /* fields omitted */ }
Expand description

Represents that the Requester associated with this communication is still waiting for a response. Must be used by calling Respond::respond.

Trait Implementations

If the implementer owns any data, it is given back to the user on both receipt and failure

Fullfill our obligation to the Requester by responding to their request

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.