Trait RequestImpl

Source
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§

Implementors§