pub struct BinStream {} impl BinStream { pub fn new() -> Self { // BinWriteIndexRtStream todo!() } }