Trait Read

Source
pub trait Read: Sealed { }
Expand description

A type who’s reference can be read directly from a buffer.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Read for str

Source§

impl Read for [u8]

Implementors§