pub fn serialize_ron<S>(serialize: S) -> Result<String, Error>where S: Serialize,
Serialize a given Rust data structure into rust object notation (ron).