pub type NetConnect = NetConnectEntity;
pub struct NetConnect { pub addr: String, }
addr: String
Endpoint address string (for example 127.0.0.1:8080).
127.0.0.1:8080