cargo
1.84.0-nightly
(3fee0f12e 2024-11-20)
In cargo::
sources::
git::
utils
cargo
::
sources
::
git
::
utils
Function
serialize_str
Copy item path
Source
fn serialize_str<T, S>(t:
&T
, s: S) ->
Result
<S::
Ok
, S::
Error
>
where T:
Display
, S:
Serializer
,