Struct muxrpc::RpcIn [] [src]

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

A stream of incoming rpcs from the peer.

Trait Implementations

impl<R: AsyncRead, W: AsyncWrite> Stream for RpcIn<R, W>
[src]

Name(s) and args of the rpc, and a handle for reacting to the rpc

Errors yielded by the stream.

[src]

Attempt to pull out the next value of this stream, registering the current task for wakeup if the value is not yet available, and returning None if the stream is exhausted. Read more

Auto Trait Implementations

impl<R, W> !Send for RpcIn<R, W>

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