pub type BoxAsyncRequestTrait = Box<dyn AsyncRequestTrait<RequestResult = Result<Box<dyn ResponseTrait<OutputText = HttpResponseText, OutputBinary = HttpResponseBinary>>, RequestError>>>;
Expand description
Boxed trait object for asynchronous HTTP requests.
Aliased Typeยง
pub struct BoxAsyncRequestTrait(/* private fields */);