pub trait RequestImpl {
type Error: Error;
}Expand description
The “request implementation” for a client
This is used to allow different client.authenticate() and
request.send() impls based on the chosen request provider.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".