Type Alias MessageBlock

Source
pub type MessageBlock<LDT = KabuDataTypesEthereum> = Message<BlockUpdate<LDT>>;

Aliased Type§

pub struct MessageBlock<LDT = KabuDataTypesEthereum> {
    pub inner: BlockUpdate<LDT>,
    pub source: Option<String>,
    pub time: Option<DateTime<Utc>>,
}

Fields§

§inner: BlockUpdate<LDT>§source: Option<String>§time: Option<DateTime<Utc>>

Layout§

Note: Encountered an error during type layout; the type failed to be normalized.