Trait ProxyV2OpCode

Source
pub trait ProxyV2OpCode: Debug + Clone {
    const OPCODE: u8;
}
Expand description

A V2 OP code.

Required Associated Constants§

Source

const OPCODE: u8

An operational code of the specific proto msg type identifier.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§