Skip to main content

DynamicSerdeVBus

Type Alias DynamicSerdeVBus 

Source
pub type DynamicSerdeVBus<S, V> = DynamicSerdeBus<S, NullDevice<VFrameTs<V>>>;
Expand description

A terminated DynamicSerdeBus pseudo-device with VFNullDevice<V>.

Aliased Typeยง

pub struct DynamicSerdeVBus<S, V>(/* private fields */);