serialize_str
cargo
1.92.0-nightly
(2300c2aef 2025-10-12)
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
,