Module stabby::result

source ·
Expand description

Like core::result::Result, but ABI-stable with niche optimizations! Stable results!

Structs§

  • A guard that ensures that niche determinants are reinserted if the Err variant of an Option is re-established after it may have been mutated.
  • A guard that ensures that niche determinants are reinserted if the Ok variant of an Result is re-established after it may have been mutated.
  • An ABI-stable, niche optimizing equivalent of core::result::Result

Traits§

  • A type that can inspect a union to detect if it’s in ok or err state.