Trait rouille::ReadWrite[][src]

pub trait ReadWrite: Read + Write { }
Expand description

Dummy trait that regroups the Read and Write traits.

Automatically implemented on all types that implement both Read and Write.

Implementors