Skip to main content

Root

Type Alias Root 

Source
pub type Root = RootElementType;

Aliased Type§

pub struct Root {
    pub run_id: String,
    pub version: i32,
    pub reactors: ReactorsType,
    pub connections: Option<ConnectionsType>,
    pub feeds: Option<FeedsType>,
}

Fields§

§run_id: String§version: i32§reactors: ReactorsType§connections: Option<ConnectionsType>§feeds: Option<FeedsType>