Struct muxrpc::CloseRpc [] [src]

pub struct CloseRpc<R: AsyncRead, W>(_);

A future for closing the muxrpc session. If there are still active handles to the underlying transport, it is not closed immediately. It will get closed once the last of them is done.

Trait Implementations

impl<R: AsyncRead, W: AsyncWrite> Future for CloseRpc<R, 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<R, W> !Send for CloseRpc<R, W>

impl<R, W> !Sync for CloseRpc<R, W>