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.
pub type ActionObject = Arc<dyn Action + 'static>;An action object.
This is just a type alias, and does not add any functionality.