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