[][src]Type Definition shared_bus_rtic::SharedBus

type SharedBus<T> = &'static CommonBus<T>;

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