Functions
-
Used to construct a
Result<T, E>
with anErr(e)
value. -
Used to construct a
Result<T, E>
with anOk(t)
value.
Type Aliases
-
An Iterator that walks over at most a single Item.
-
-
Function Aliases
-
Implicit for-ranged loop iteration via
Result::iter()
. -
Implicit for-ranged loop iteration via
Result::iter()
.