to_string

Function to_string 

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

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