pub type SharedBus<T> = &'static CommonBus<T>;
A convenience type to use for declaring the underlying bus type.