serialize
anvil_
core
1.3.6
In anvil_
core::
eth::
serde_
helpers::
sequence
anvil_core
::
eth
::
serde_helpers
::
sequence
Function
serialize
Copy item path
Source
pub fn serialize<S, T>(val:
&T
, s: S) ->
Result
<S::
Ok
, S::
Error
>
where S:
Serializer
, T:
Serialize
,