pub trait Permission: Serialize + JsonSchema + Clone + PartialEq { }

Implementors