[][src]Type Definition spectrusty_core::bus::BoxNamedDynDevice

type BoxNamedDynDevice<T> = Box<dyn NamedBusDevice<T>>;

A type of a boxed dynamic NamedBusDevice.

This is a type of items stored by DynamicBus.