Searched defs:RustlsConnector (Results 1 – 2 of 2) sorted by relevance
/dports/net/proby/proby-1.0.2/cargo-crates/actix-connect-1.0.2/src/ssl/ |
H A D | rustls.rs | 20 pub struct RustlsConnector<T, U> { struct 25 impl<T, U> RustlsConnector<T, U> { argument 34 impl<T, U> RustlsConnector<T, U> implementation 47 impl<T, U> Clone for RustlsConnector<T, U> { implementation 56 impl<T: Address, U> ServiceFactory for RustlsConnector<T, U> implementation
|
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-tls-3.0.0-beta.5/src/connect/ssl/ |
H A D | rustls.rs | 23 pub struct RustlsConnector { struct 27 impl RustlsConnector { impl 33 impl RustlsConnector { impl 39 impl Clone for RustlsConnector { implementation 47 impl<T, U> ServiceFactory<Connection<T, U>> for RustlsConnector implementation
|