Skip to main content

IncitingActionInfo

Trait IncitingActionInfo 

Source
pub trait IncitingActionInfo<State> {
    type Resolved;
    type Stackable;
}

Required Associated Types§

Source

type Resolved

The resolution of this inciting action.

Source

type Stackable

Can be stacked upon this inciting action.

Implementors§