Struct muxrpc::Sync [] [src]

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

An outgoing sync request, created by this muxrpc.

Poll it to actually start sending the sync request.

Trait Implementations

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

impl<W> !Sync for Sync<W>