Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/
Dwrapper.rs22 pub(crate) struct Wrapper<S> { struct
28 impl<S> Wrapper<S> { argument
42 impl<S> Read for Wrapper<S> implementation
56 impl<S> Write for Wrapper<S> implementation
78 unsafe impl<S: Send> Send for Wrapper<S> {} implementation
79 unsafe impl<S: Sync> Sync for Wrapper<S> {} implementation