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