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