pub type BytesStream = Pin<Box<dyn Stream<Item = Result<Bytes, NifiError>> + Send>>;Expand description
A stream of bytes::Bytes chunks delivered by a NiFi binary-download
endpoint. Each item is a chunk of the HTTP response body.
Aliased Typeยง
pub struct BytesStream { /* private fields */ }