Trait actionable::Action[][src]

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

An action that can be allowed or disallowed.

Required methods

The full name of this action.

Implementations on Foreign Types

Implementors