serialize

Function serialize 

Source
pub fn serialize<'a, T, K, V, S>(target: T, ser: S) -> Result<S::Ok, S::Error>
where S: Serializer, T: IntoIterator<Item = (&'a K, &'a V)>, K: Serialize + 'a, V: Serialize + 'a,
Available on (32-bit or 64-bit) and (crate features test-utils) only.