Type Definition barley_runtime::ActionObject

source ·
pub type ActionObject = Arc<dyn Action + 'static>;
Expand description

An action object.

This is just a type alias, and does not add any functionality.