ProtocommHttpdConfig

Type Alias ProtocommHttpdConfig 

Source
pub type ProtocommHttpdConfig = HttpConfiguration;

Aliased Type§

pub struct ProtocommHttpdConfig {
    pub port: u16,
    pub addr: IpAddr,
}

Fields§

§port: u16§addr: IpAddr