Skip to main content

canonical_json_shared_bytes

Function canonical_json_shared_bytes 

Source
pub fn canonical_json_shared_bytes<T>(
    value: &T,
) -> Result<Arc<CanonicalBytes>, Error>
where T: Serialize,
Expand description

Serialize a value to shared canonical JSON bytes.