pub fn import_relation_interchange_bytes(
bytes: &[u8],
) -> Result<RelationInterchange, RelationInterchangeError>Expand description
Decode canonical relation interchange bytes.
ยงErrors
Returns RelationInterchangeError when the bytes are malformed or the
decoded fixture violates relation consistency.