Expand description
An archived version of Result
.
Structs§
- Iter
- An iterator over a reference to the
Ok
variant of anArchivedResult
. - IterMut
- An iterator over a mutable reference to the
Ok
variant of anArchivedResult
.
Enums§
- Archived
Result - An archived
Result
that represents either success (Ok
) or failure (Err
).