pub type DemuxedStreamReceiver = UnboundedReceiver<(Path, Receiver<RecordBatch>)>;
pub struct DemuxedStreamReceiver { /* private fields */ }