Skip to main content

message_from_wire_cached

Function message_from_wire_cached 

Source
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.