Struct muxrpc::SyncResponse [] [src]

pub struct SyncResponse<R: AsyncRead, Res, E> { /* fields omitted */ }

A response to an sync that will be received from the peer.

Trait Implementations

impl<R: AsyncRead, Res: DeserializeOwned, E: DeserializeOwned> Future for SyncResponse<R, Res, E>
[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, Res, E> !Send for SyncResponse<R, Res, E>

impl<R, Res, E> !Sync for SyncResponse<R, Res, E>