Skip to main content

to_vec

Function to_vec 

Source
pub fn to_vec<'facet, T>(
    value: &T,
) -> Result<Vec<u8>, SerializeError<CsvSerializeError>>
where T: Facet<'facet> + ?Sized,
Expand description

Serialize a value to CSV bytes.