serialize_to_bytes

Function serialize_to_bytes 

Source
pub fn serialize_to_bytes<T, const FC: bool>(value: &T) -> PolarsResult<Vec<u8>>
where T: Serialize,
Available on crate feature serde only.