Trait rouille::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.

Implementors