Module rkyv::result

source ·
Expand description

An archived version of Result.

Structs

An iterator over a reference to the Ok variant of an ArchivedResult.
An iterator over a mutable reference to the Ok variant of an ArchivedResult.

Enums

An archived Result that represents either success (Ok) or failure (Err).