Trait tiny_rpc::io::IntoRpcStream [−][src]
Required methods
Loading content...Provided methods
fn into_rpc_stream(self) -> RpcStream<T, Self>[src]
Implementors
impl<T, U, E, S> IntoRpcStream<T> for S where
U: Into<T>,
E: Into<Error>,
S: Stream<Item = Result<U, E>> + StreamSealed<T>, [src]
U: Into<T>,
E: Into<Error>,
S: Stream<Item = Result<U, E>> + StreamSealed<T>,