Trait pliantdb_core::permissions::Action [−][src]
pub trait Action: Send + Sync { fn name(&self) -> ActionName; }
Expand description
An action that can be allowed or disallowed.
Required methods
fn name(&self) -> ActionName
fn name(&self) -> ActionName
The full name of this action.