The 8-bit unsigned integer type.| doc.rust-lang.org
Layout of a block of memory.| doc.rust-lang.org
A dynamically-sized view into a contiguous sequence, `[T]`.| doc.rust-lang.org
Redirecting to... ch18-02-trait-objects.html.| doc.rust-lang.org
`*mut T` but non-zero and covariant.| doc.rust-lang.org
Raw, unsafe pointers, `*const T`, and `*mut T`.| doc.rust-lang.org
`Result` is a type that represents either success (`Ok`) or failure (`Err`).| doc.rust-lang.org