Struct std::prelude::Result

Re-export from 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 { ... }

Protocols

Types that can be "freed".
Types that can be compared for equality.
A sink for string formatting operations
Types that implement move semantics
Hashing algorithms.
Types that can be formatted. This is the standard way to implement custom formatting for types.
Types that can be hashed.

Macros

Write a formatted string into a given formatter.

Mixins

impl Result { ... }