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