pub type BoxRequestTrait = Box<dyn RequestTrait<RequestResult = Result<BoxResponseTrait, Error>>>;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, Error>>>;Type alias for a boxed trait object implementing RequestTrait
struct BoxRequestTrait(/* private fields */);