pub fn to_string<T: YaSerialize>(model: &T) -> Result<String, String>
Expand description

Serialize XML into a plain String with no formatting (EmitterConfig).