pub type MessageBlockStateUpdate<LDT = KabuDataTypesEthereum> = Message<BlockStateUpdate<LDT>>;
Aliased Type§
pub struct MessageBlockStateUpdate<LDT = KabuDataTypesEthereum> {
pub inner: BlockStateUpdate<LDT>,
pub source: Option<String>,
pub time: Option<DateTime<Utc>>,
}
Fields§
§inner: BlockStateUpdate<LDT>
§source: Option<String>
§time: Option<DateTime<Utc>>
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.