serde_intermediate::ser::text

Function to_vec

Source
pub fn to_vec<T>(value: &T, config: TextConfig) -> Result<Vec<u8>>
where T: Serialize + ?Sized,