Skip to main content

DynamicInterchange

Type Alias DynamicInterchange 

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

Dynamic variant for untyped usage.

Aliased Type§

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

Fields§

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