Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Drequest.rs21 pub(crate) struct ReqCell { struct
25 impl ReqCell { argument
33 unsafe impl Sync for ReqCell {} implementation