pub fn parse_msgpack_schema(json: &Value) -> Result<Schema, ProtocolError>Expand description
Parse a MessagePack Schema (JSON) into a Schema.
ยงErrors
Returns ProtocolError if the JSON cannot be parsed as valid MessagePack Schema.
pub fn parse_msgpack_schema(json: &Value) -> Result<Schema, ProtocolError>Parse a MessagePack Schema (JSON) into a Schema.
Returns ProtocolError if the JSON cannot be parsed as valid MessagePack Schema.