ptah
0.2.1
ptah
Function
to_wire
Copy item path
Source
pub fn to_wire<'w, T, W>(value:
&T
, writer: W) ->
Result
<
()
>
where T:
Serialize
, W:
Writer
,