Skip to main content

Module from_protocol

Module from_protocol 

Source
Expand description

Convert the wire protocol’s request payloads (ryra_protocol) into the engine’s ops request types. The protocol crate is deliberately engine-free, so the mapping lives here, where both types are in scope. Every field is mirrored by name, so a shape change on either side surfaces as a compile error.