pub fn descriptor_set_to_schema_model(
pb: &[u8],
) -> Result<SchemaModel, BridgeError>Expand description
Decode a FileDescriptorSet into the neutral schema model.
§Errors
BridgeError::Decode if the bytes are not a valid FileDescriptorSet.
pub fn descriptor_set_to_schema_model(
pb: &[u8],
) -> Result<SchemaModel, BridgeError>Decode a FileDescriptorSet into the neutral schema model.
BridgeError::Decode if the bytes are not a valid FileDescriptorSet.