pub fn to_string<'facet, T: Facet<'facet> + ?Sized>(value: &T) -> String
Serializes a value implementing Facet to a JSON string.
Facet