Skip to main content
bytes_to_struct
hashiverse_
lib
1.0.0
In hashiverse_
lib::
tools::
json
hashiverse_lib
::
tools
::
json
Function
bytes_
to_
struct
Copy item path
Source
pub fn bytes_to_struct<T:
DeserializeOwned
>(bytes: &[
u8
]) ->
Result
<T>