pub fn serialize_fraction_to_string<S: Serializer>(
    fraction: &Fraction,
    serializer: S
) -> Result<S::Ok, S::Error>