pub fn to_string<T: Serialize>(value: &T) -> Result<String, OakError>
Serializes the given value to a CSV string. Serializes the given value to a CSV string.