pub trait JsonWebKeyType: Clone + Debug + DeserializeOwned + PartialEq + Serialize + 'static { }
Expand description

Key type (e.g., RSA).

Object Safety§

This trait is not object safe.

Implementors§