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.

Loading content...

Implementations on Foreign Types

impl Action for ()[src]

fn name(&self) -> ActionName[src]

Loading content...

Implementors

Loading content...