Struct std::option::Option

struct Option<T> { ... }

Optional value

Optional values can either contain a value or they can be empty.

See also module-level documentation.

Example

Methods

impl Option<T> { ... }

impl Option { ... }

Mixins

impl Option { ... }