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.
pub trait RequestImpl {
type Error: Error;
}
The “request implementation” for a client
This is used to allow different client.authenticate()
and
request.send()
impls based on the chosen request provider.