pub fn to_string_opts<T>(value: &T, options: &Options) -> Result<String>where T: Serialize,
Serialize a Rust value to a JAML string with custom formatting options.