pub type DecodeStream = Box<dyn Stream<Item = DecodeItem> + Send + Unpin>;
pub struct DecodeStream(/* private fields */);