XrplIouValue
xrpld_
number
0.1.0
Xrpl
IouValue
Trait Implementations
TryFrom<&Number>
TryFrom<Number>
In crate xrpld_
number
xrpld_number
Type Alias
Xrpl
IouValue
Copy item path
Source
pub type XrplIouValue = [
u8
;
8
];
Trait Implementations
§
Source
§
impl
TryFrom
<&
Number
> for
XrplIouValue
Source
§
type
Error
=
NumberError
The type returned in the event of a conversion error.
Source
§
fn
try_from
(number: &
Number
) ->
Result
<Self, Self::
Error
>
Performs the conversion.
Source
§
impl
TryFrom
<
Number
> for
XrplIouValue
Source
§
type
Error
=
NumberError
The type returned in the event of a conversion error.
Source
§
fn
try_from
(number:
Number
) ->
Result
<Self, Self::
Error
>
Performs the conversion.