pub type NarStream = Pin<Box<dyn Stream<Item = Result<Bytes, StoreError>> + Send>>;
A NAR byte stream — bounded chunks, consumed exactly once.
pub struct NarStream { /* private fields */ }