Files
rdsp-old/src/block.rs
2025-10-23 13:55:06 +02:00

4 lines
66 B
Rust

use crate::stream::{StreamReader, stream};
pub trait Block<I> {}