Skip to main content

RW

Trait RW 

Source
pub trait RW: Read + Write { }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<S: Read + Write> RW for S