Skip to main content

OrchestratorVersion

Type Alias OrchestratorVersion 

Source
pub type OrchestratorVersion = WireVersion;
Expand description

VBS framing version for orchestrator request bodies and the client in client.rs.

Responses go through [wire::respond], which always encodes at [WireVersion]; aliasing keeps request decoding and the client in lockstep with the responses.

Aliased Typeยง

pub struct OrchestratorVersion {}