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

type BoxNamedDynDevice<T> = Box<dyn NamedBusDevice<T, Timestamp = T, NextDevice = NullDevice<T>> + 'static, Global>;

A type of a boxed dynamic NamedBusDevice.

This is a type of items stored by DynamicBus.