Function to_string

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

To XML String.

§Errors

serde(fork version) Error defined on crate’s trace definition, but will not fail due to mere XML stringing.