Skip to main content

NetConnect

Type Alias NetConnect 

Source
pub type NetConnect = NetConnectEntity;

Aliased Type§

pub struct NetConnect {
    pub addr: String,
}

Fields§

§addr: String

Endpoint address string (for example 127.0.0.1:8080).