pub trait GrantType: Debug + DeserializeOwned + Serialize + 'static { }
Expand description

Grant type.

Object Safety§

This trait is not object safe.

Implementors§