mina_
p2p_
messages
0.6.4
Int32
Aliased Type
Fields
0
Methods
as_u32
Trait Implementations
FailableToInputs
In mina_
p2p_
messages::
number
mina_p2p_messages
::
number
Type Alias
Int32
Copy item path
Source
pub type Int32 =
Number
<
i32
>;
Aliased Type
§
pub struct Int32(pub
i32
);
Tuple Fields
§
§
0:
i32
Implementations
§
Source
§
impl
Int32
Source
pub const fn
as_u32
(&self) ->
u32
Trait Implementations
§
Source
§
impl
FailableToInputs
for
Int32
Source
§
fn
to_input
(&self, inputs: &mut Inputs) ->
Result
<
()
, InvalidBigInt>