Type Definition spectrusty::bus::NamedDynDevice

source ·
pub type NamedDynDevice<T> = dyn NamedBusDevice<T, Timestamp = T, NextDevice = NullDevice<T>> + 'static;
Expand description

A type of a dynamic NamedBusDevice.