pub trait KeyPurpose: Debug { }
Expand description

Marker trait to give encryption keys a “purpose”, to not confuse them

See Key.

Implementors§