pub fn canonical_value<S: ValueStore>(
store: &S,
value: Value,
) -> RuntimeResult<String>Expand description
Canonical tagged JSON encoding for the observer protocol (design §10.2).
pub fn canonical_value<S: ValueStore>(
store: &S,
value: Value,
) -> RuntimeResult<String>Canonical tagged JSON encoding for the observer protocol (design §10.2).