pub type BoxRequestTrait = Box<dyn RequestTrait<RequestResult = Result<BoxResponseTrait, RequestError>>>;Expand description
Type alias for a boxed trait object implementing RequestTrait
Aliased Typeยง
struct BoxRequestTrait(/* private fields */);pub type BoxRequestTrait = Box<dyn RequestTrait<RequestResult = Result<BoxResponseTrait, RequestError>>>;Type alias for a boxed trait object implementing RequestTrait
struct BoxRequestTrait(/* private fields */);