pub type DataRequestedStream = Pin<Box<dyn Stream<Item = bool> + Send>>;
Stream of the “a client is asking for data” (claim) toggle.
pub struct DataRequestedStream { /* private fields */ }