DynGatewayConnection

Type Alias DynGatewayConnection 

Source
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 */ }