cargo
1.83.0-nightly
(2bd1e894e 2024-09-26)
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
,