logo
pub fn to_canonical_value<T>(value: T) -> Result<CanonicalJsonValue, Error> where
    T: Serialize
Expand description

Fallible conversion from any value that impl’s Serialize to a CanonicalJsonValue.