Struct muxrpc::SourceCancelable [] [src]

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

An outgoing source request, created by this muxrpc.

Poll it to actually start sending the source request and get a handle to cancel the source.

Trait Implementations

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

impl<W> !Sync for SourceCancelable<W>