to_string

Function to_string 

Source
pub fn to_string<T>(value: &T) -> Result<String>
where T: Serialize,
Expand description

Serialize an instance of type T into an ARFF formatted string.