PrePhaseConfig

Type Alias PrePhaseConfig 

Source
pub type PrePhaseConfig = ContextPhaseConfig;

Aliased Type§

pub struct PrePhaseConfig {
    pub contexts: Vec<ContextEnvelope>,
}

Fields§

§contexts: Vec<ContextEnvelope>