Function to_string

Source
pub fn to_string<T>(value: &T) -> Result<String, Error>
where T: Serialize,
Expand description

Serialise serde item to XML

ยงArguments

  • value - The value to be serialised