Trait fire_http_representation::bytes_stream::BytesStream [−][src]
pub trait BytesStream { fn poll_bytes(
self: Pin<&mut Self>,
cx: &mut Context<'_>
) -> Poll<Result<Option<Bytes>>>; }
Expand description
A stream that returns Bytes.
Required methods
Implementations on Foreign Types
impl<S: BytesStream + ?Sized> BytesStream for Pin<Box<S>>
[src]
impl<S: BytesStream + ?Sized> BytesStream for Pin<Box<S>>
[src]impl BytesStream for ()
[src]
impl BytesStream for ()
[src]impl BytesStream for Bytes
[src]
impl BytesStream for Bytes
[src]