pub trait IO: Read + Write { }
An IO interface that implements both Read and Write traits.
Read
Write