Searched defs:wrap_stream (Results 1 – 2 of 2) sorted by relevance
42 pub fn wrap_stream<S>( in wrap_stream() function88 pub fn wrap_stream<S>( in wrap_stream() function147 pub fn wrap_stream<S>(socket: S, mode: Mode) -> Result<MaybeTlsStream<S>> in wrap_stream() function
192 pub fn wrap_stream<S, O, E>(stream: S) -> Body in wrap_stream() method