Struct std::result::Result

struct Result<T, E> { ... }

Either a success value or an error value.

See module level documentation for more information.

Example

Methods

impl Result<T, E> { ... }

impl Result { ... }

Mixins

impl Result { ... }