to_pretty_string

Function to_pretty_string 

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