pub fn ordered_map<S, K: Ord + Serialize, V: Serialize>( value: &HashMap<K, V>, serializer: S, ) -> Result<S::Ok, S::Error>where S: Serializer,