pub type DynGatewayConnection = Arc<dyn IGatewayConnection>;Expand description
A connection from api client to a gateway (type erased)
Aliased Typeยง
pub struct DynGatewayConnection { /* private fields */ }pub type DynGatewayConnection = Arc<dyn IGatewayConnection>;A connection from api client to a gateway (type erased)
pub struct DynGatewayConnection { /* private fields */ }