to_string

Function to_string 

Source
pub fn to_string<'facet, T>(value: &T) -> Result<String, SerializeError>
where T: Facet<'facet> + ?Sized,
Expand description

Serialize an Atom value to a string.