A UTF-8–encoded, growable string.| doc.rust-lang.org
Source of the Rust file `library/core/src/option.rs`.| doc.rust-lang.org
Used for immutable dereferencing operations, like `*v`.| doc.rust-lang.org
`Result` is a type that represents either success (`Ok`) or failure (`Err`).| doc.rust-lang.org
A trait for giving a type a useful default value.| doc.rust-lang.org
The `Option` type. See the module level documentation for more.| doc.rust-lang.org