[][src]Type Definition lol_core::snapshot::SnapshotStream

type SnapshotStream = Pin<Box<dyn Stream<Item = Result<Bytes>> + Send>>;

the stream type that is used internally. it is considered as just a stream of bytes. the length of each bytes may vary.