pub fn deserialize_command(
cmd_type: CommandType,
command_version: u8,
data: &[u8],
) -> Result<EngineCommand>Expand description
Deserialize NATS wire bytes into an EngineCommand.
pub fn deserialize_command(
cmd_type: CommandType,
command_version: u8,
data: &[u8],
) -> Result<EngineCommand>Deserialize NATS wire bytes into an EngineCommand.