to_string

Function to_string 

Source
pub fn to_string<T>(name: &str, value: &T) -> Result<String, SirtSerializeError>
where T: Serialize,