Home
last modified time | relevance | path

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

/external/rust/crates/tungstenite/src/
Dtls.rs42 pub fn wrap_stream<S>( in wrap_stream() function
88 pub fn wrap_stream<S>( in wrap_stream() function
147 pub fn wrap_stream<S>(socket: S, mode: Mode) -> Result<MaybeTlsStream<S>> in wrap_stream() function
/external/rust/crates/hyper/src/body/
Dbody.rs192 pub fn wrap_stream<S, O, E>(stream: S) -> Body in wrap_stream() method