1 2 3 4 5 6 7 8 9
mod read; mod write; pub use read::BufferedRead; pub use write::BufferedWrite; /// Unable to bypass the current buffered reader or writer because there are buffered bytes. #[derive(Debug)] pub struct BypassError;