PostPhaseConfig

Type Alias PostPhaseConfig 

Source
pub type PostPhaseConfig = ContextPhaseConfig;

Aliased Type§

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

Fields§

§contexts: Vec<ContextEnvelope>