☰
Module prelude
Structs
Traits
?
Module
ethnum
::
prelude
source
·
[
−
]
Expand description
Convenience re-export of 256-integer types and as- conversion traits.
Structs
I256
A 256-bit signed integer type.
U256
A 256-bit unsigned integer type.
Traits
AsI256
This trait defines
as
conversions (casting) from primitive types to
I256
.
AsU256
This trait defines
as
conversions (casting) from primitive types to
U256
.