[][src]Module lifeline::dyn_bus

The DynBus implementation used by lifeline_bus!, and TypeId-based slot storage.

Structs

DynBusStorage

Dynamic bus storage based on trait object slots, for Senders, Receivers, and Resources.

Traits

DynBus

An extension trait which defines operations on a DynBus, which stores box dyn trait objects internally.