pub trait ApiKey: Encoder + Decoder + TryFrom<u16> { }

Implementors