creusot_contracts
0.3.0
Module option
Structs
Enums
In creusot_contracts::std
Module
creusot_contracts
::
std
::
option
Copy item path
source
·
[
−
]
Structs
§
IntoIter
An iterator over the value in
Some
variant of an
Option
.
Iter
An iterator over a reference to the
Some
variant of an
Option
.
IterMut
An iterator over a mutable reference to the
Some
variant of an
Option
.
Enums
§
Option
The
Option
type. See
the module level documentation
for more.