Function serialize_int

Source
pub fn serialize_int<S>(value: &u64, s: S) -> Result<S::Ok, S::Error>
where S: Serializer,