BoxAsyncRequestTrait

Type Alias BoxAsyncRequestTrait 

Source
pub type BoxAsyncRequestTrait = Box<dyn AsyncRequestTrait<RequestResult = RequestResult>>;
Expand description

Boxed trait object for asynchronous HTTP requests.

Aliased Typeยง

pub struct BoxAsyncRequestTrait(/* private fields */);