9 lines
126 B
Rust
9 lines
126 B
Rust
pub struct BinStream {}
|
|
|
|
impl BinStream {
|
|
pub fn new() -> Self {
|
|
// BinWriteIndexRtStream
|
|
todo!()
|
|
}
|
|
}
|