pub trait KeyDef: KeyDefSealed { type KeyType: KeyType; }
Trait for types that can be used as a libcoap DTLS asymmetric key definition (RPK or PKI).
The key type of this key definition.