Struct muxrpc::MuxSink [] [src]

pub struct MuxSink<W: AsyncWrite>(_);

An outgoing sink request, created by this muxrpc.

Poll it to actually start sending the sink request. It yields the RpcSink.

Trait Implementations

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

impl<W> !Sync for MuxSink<W>