1 2 3 4 5 6 7 8
pub mod buffer; mod sample; pub use sample::Sample; mod sealed { pub trait Sealed {} }