Skip to main content

to_string

Function to_string 

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

Serialize a value to a CSV string.