Expand description
Some useful logical items
Traits§
Functions§
- such_
that - Creates a logical value satisfying the property given by
p
. - unreachable
- Indicates unreachable code.
- unwrap
- Returns the inner value of an
Option
, given that it is notNone
Type Aliases§
- SizedW
- A wrapper around
T
that makes it safe.