1//! Re-exports of std values for when the std is available.
2#[cfg(feature = "std")]
3pub use std::io::{Error, ErrorKind, Read, Write};
4

Provided by KDAB

Privacy Policy
Learn Rust with the experts
Find out more