Skip to main content

DynamicInterchange

Type Alias DynamicInterchange 

Source
pub type DynamicInterchange = Interchange<Value, Value>;
Expand description

Dynamic variant for untyped usage.

Aliased Type§

pub struct DynamicInterchange {
    pub interchangedaten: Interchangedaten,
    pub nachrichten: Vec<Nachricht<Value, Value>>,
}

Fields§

§interchangedaten: Interchangedaten§nachrichten: Vec<Nachricht<Value, Value>>