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