Function tastyworks::common::string_serialize::serialize[][src]

pub fn serialize<T, S>(value: &T, serializer: S) -> Result<S::Ok, S::Error> where
    T: Display,
    S: Serializer