pub fn decode_qos_override(code: &QoSOverrideCode) -> Option<QoSOverride>Expand description
Decode one QoSOverrideCode into a typed QoSOverride.
None for an unrecognised role or policy code. THE one decoder: before
issue 0303 this match existed four times (nros-node, nros-c, nros-cpp, and
the executor’s node record), each with a silent catch-all, so adding a
policy meant finding all four — and the two FFI copies had already been
forgotten once.