Skip to main content
hex_to_array
dpp
4.0.0-beta.3
In dpp::
util::
vec
dpp
::
util
::
vec
Function
hex_
to_
array
Copy item path
Source
pub fn hex_to_array<const N:
usize
>(s: &
str
) ->
Result
<[
u8
;
N
],
DecodeError
>