Struct muxrpc::AsyncResponse [] [src]

pub struct AsyncResponse<R: AsyncRead, Res, E> { /* fields omitted */ }

A response to an async that will be received from the peer.

Trait Implementations

impl<R: AsyncRead, Res: DeserializeOwned, E: DeserializeOwned> Future for AsyncResponse<R, Res, E>
[src]

A successful value

An error

[src]

Attempt to resolve the future to a final value, registering the current task for wakeup if the value is not yet available. Read more

Auto Trait Implementations

impl<R, Res, E> !Send for AsyncResponse<R, Res, E>

impl<R, Res, E> !Sync for AsyncResponse<R, Res, E>