[−][src]Struct tokio_proto::streaming::pipeline::StreamingPipeline
A marker used to flag protocols as being streaming and pipelined.
This is an implementation detail; to actually implement a protocol,
implement the ClientProto
or ServerProto
traits in this module.
Trait Implementations
impl<P, T, B> BindClient<StreamingPipeline<B>, T> for P where
P: ClientProto<T>,
T: 'static,
B: Stream<Item = P::RequestBody, Error = P::Error> + 'static,
[src][+]
P: ClientProto<T>,
T: 'static,
B: Stream<Item = P::RequestBody, Error = P::Error> + 'static,
impl<P, T, B> BindServer<StreamingPipeline<B>, T> for P where
P: ServerProto<T>,
T: 'static,
B: Stream<Item = P::ResponseBody, Error = P::Error>,
[src][+]
P: ServerProto<T>,
T: 'static,
B: Stream<Item = P::ResponseBody, Error = P::Error>,
impl<B: Debug> Debug for StreamingPipeline<B>
[src][+]
Auto Trait Implementations
impl<B> RefUnwindSafe for StreamingPipeline<B> where
B: RefUnwindSafe,
B: RefUnwindSafe,
impl<B> Send for StreamingPipeline<B> where
B: Send,
B: Send,
impl<B> Sync for StreamingPipeline<B> where
B: Sync,
B: Sync,
impl<B> Unpin for StreamingPipeline<B> where
B: Unpin,
B: Unpin,
impl<B> UnwindSafe for StreamingPipeline<B> where
B: UnwindSafe,
B: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,