A wrapper to inhibit the compiler from automatically calling `T`’s destructor. This wrapper is 0-cost.| doc.rust-lang.org
The `Read` trait allows for reading bytes from a source.| doc.rust-lang.org
Reinterprets the bits of a value of one type as another type.| doc.rust-lang.org
A contiguous growable array type, written as `Vec`, short for ‘vector’.| doc.rust-lang.org