Function ser_code_string

Source
pub fn ser_code_string<S>(code: &u32, serializer: S) -> Result<S::Ok, S::Error>
where S: Serializer,