Home
last modified time | relevance | path

Searched refs:IntoClientRequest (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/tungstenite/src/
Dclient.rs44 pub fn connect_with_config<Req: IntoClientRequest>( in connect_with_config()
125 pub fn connect<Req: IntoClientRequest>( in connect()
166 Req: IntoClientRequest, in client_with_config() argument
182 Req: IntoClientRequest, in client() argument
195 pub trait IntoClientRequest { trait
200 impl<'a> IntoClientRequest for &'a str { impl
206 impl<'a> IntoClientRequest for &'a String { impl
208 <&str as IntoClientRequest>::into_client_request(self) in into_client_request()
212 impl IntoClientRequest for String {
214 <&str as IntoClientRequest>::into_client_request(&self) in into_client_request()
[all …]
Dtls.rs5 client::{client_with_config, uri_mode, IntoClientRequest},
168 R: IntoClientRequest, in client_tls() argument
186 R: IntoClientRequest, in client_tls_with_config() argument
/external/rust/android-crates-io/crates/tungstenite/src/handshake/
Dclient.rs325 use crate::client::IntoClientRequest;