Module creusot_contracts::util
source · Expand description
Some useful logical items
Traits§
- Helper trait to turn a
T
into aSizedW<T>
Functions§
- Creates a logical value satisfying the property given by
p
. - Indicates unreachable code.
- Returns the inner value of an
Option
, given that it is notNone
Type Aliases§
- A wrapper around
T
that makes it safe.