Type Alias CarrierState

Source
pub type CarrierState = StateContainer<CarrierStateResolver, LogEvent>;

Aliased Type§

struct CarrierState { /* private fields */ }

Trait Implementations§

Source§

impl From<CarrierStatsEvent> for CarrierState

Source§

fn from(value: CarrierStatsEvent) -> Self

Converts to this type from the input type.