cargo
1.81.0
(eeb90cda1 2024-09-04) (built from a source tarball)
In cargo::sources::git::utils
Function
cargo
::
sources
::
git
::
utils
::
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
,