Expand description
Note that docs will only build on nightly Rust until RFC 1990 stabilizes.
Structs
The Choice
struct represents a choice for use in conditional assignment.
Traits
A type which can be conditionally negated in constant time.
A type which can be conditionally selected in constant time.
An Eq
-like trait that produces a Choice
instead of a bool
.