Struct muxrpc::Async [] [src]

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

An outgoing async request, created by this muxrpc.

Poll it to actually start sending the async request.

Trait Implementations

impl<W: AsyncWrite> Future for Async<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 Async<W>

impl<W> !Sync for Async<W>