pub type BoxedGatewayService = BoxCloneService<Request<Vec<u8>>, Response<BoxBody>, GatewayError>;Expand description
A boxed cloneable service for handling gateway requests.
This is the type returned by Gateway::into_service() and expected by generated code registries.
Aliased Typeยง
pub struct BoxedGatewayService(/* private fields */);