cargo
1.83.0-beta.5
(eb6e3fa1a 2024-11-08)
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
,