pub fn message_from_wire_cached(
bytes: &[u8],
cache: &mut WireSchemaCache,
) -> Option<(String, RuntimeValue)>Expand description
As message_from_wire, but resolves schema references against cache and
records schema definitions into it.
pub fn message_from_wire_cached(
bytes: &[u8],
cache: &mut WireSchemaCache,
) -> Option<(String, RuntimeValue)>As message_from_wire, but resolves schema references against cache and
records schema definitions into it.