serialize_str
cargo
1.93.0-beta.5
(72b6488ba 2025-12-21)
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
,