Trait tiny_http::ReadWrite
[−]
[src]
pub trait ReadWrite: Read + Write { }
Dummy trait that regroups the Read and Write traits.
Automatically implemented on all types that implement both Read and Write.