cargo::sources::git::utils

Function serialize_str

source
fn serialize_str<T, S>(t: &T, s: S) -> Result<S::Ok, S::Error>
where T: Display, S: Serializer,