Type Alias SharedBus

Source
pub type SharedBus<T> = &'static CommonBus<T>;
Expand description

A convenience type to use for declaring the underlying bus type.