Config

Type Alias Config 

Source
pub type Config = ConfigReader;

Aliased Type§

#[repr(C)]
pub struct Config { pub server: String, pub port: u16, pub timeout: u32, pub phasePanic: u32, pub updatePanic: u32, }

Fields§

§server: String§port: u16§timeout: u32§phasePanic: u32§updatePanic: u32