pub trait UnixClientExt {
// Provided method
fn unix() -> Client<UnixConnector, Body> { ... }
}Expand description
Extention trait for constructing a hyper HTTP client over a Unix domain socket.
Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.