Module stabby::option

source ·
Expand description

Like core::option::Option, but ABI-stable with niche optimizations! A stable option for when rust’s Option<T> isn’t!

Structs§

Type Aliases§

  • A guard that ensures that niche determinants are reinserted if the Some variant of an Option is re-established after it may have been mutated.