Type Alias lrp::ActTable

source ·
pub type ActTable<T> = Vec<Map<T, Action<T>>>;

Aliased Type§

struct ActTable<T> { /* private fields */ }