Home
last modified time | relevance | path

Searched defs:TcpHandle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dtest_utils.rs18 pub(crate) struct TcpHandle { struct
19 pub addr: String,
22 pub server_shutdown: Receiver<()>,
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/
H A Dmod.rs22 pub struct TcpHandle { struct
23 pub addr: String,
26 pub server_shutdown: Receiver<()>,