Struct muxrpc::PeerAsyncResponse [] [src]

pub struct PeerAsyncResponse<W: AsyncWrite> { /* fields omitted */ }

Future that completes when the async response has been sent to the peer.

Trait Implementations

impl<W: AsyncWrite> Future for PeerAsyncResponse<W>
[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<W> !Send for PeerAsyncResponse<W>

impl<W> !Sync for PeerAsyncResponse<W>