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

Claim type (e.g., normal, aggregated, or distributed).

Object Safety§

This trait is not object safe.

Implementors§