Function cargo::sources::git::utils::serialize_str

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