pub type CarrierState = StateContainer<CarrierStateResolver, LogEvent>;
Aliased Type§
struct CarrierState { /* private fields */ }
Trait Implementations§
Source§impl From<CarrierStatsEvent> for CarrierState
impl From<CarrierStatsEvent> for CarrierState
Source§fn from(value: CarrierStatsEvent) -> Self
fn from(value: CarrierStatsEvent) -> Self
Converts to this type from the input type.