pub trait ActionInner {
    fn into_action(self) -> Action;
}
Expand description

A trait to specify the common parts of an action

Required Methods

Get a full action from the subset

Implementors