Skip to main content

ServerByteStream

Type Alias ServerByteStream 

Source
pub type ServerByteStream = Pin<Box<dyn Stream<Item = Result<Bytes, ServerError>> + Send>>;

Aliased Typeยง

pub struct ServerByteStream { /* private fields */ }