Type Definition lol_core::SnapshotStream

source ·
pub type SnapshotStream = Pin<Box<dyn Stream<Item = Result<Bytes>> + Send>>;
Expand description

The core-level stream type. It is just a stream of byte chunks. The length of each chunk may be different.