Action

Trait Action 

Source
pub trait Action: Send + Sync {
    // Required method
    fn name(&self) -> ActionName;
}
Expand description

An action that can be allowed or disallowed.

Required Methods§

Source

fn name(&self) -> ActionName

The full name of this action.

Implementations on Foreign Types§

Source§

impl Action for ()

Implementors§