Type Alias PlanetState

Source
pub type PlanetState = StateContainer<PlanetStateResolver, LogEvent>;

Aliased Type§

struct PlanetState { /* private fields */ }

Trait Implementations§

Source§

impl From<(&ScanEvent, &ScanEventPlanet)> for PlanetState

Source§

fn from(value: (&ScanEvent, &ScanEventPlanet)) -> Self

Converts to this type from the input type.
Source§

impl TryFrom<&ScanEvent> for PlanetState

Source§

type Error = PlanetStateError

The type returned in the event of a conversion error.
Source§

fn try_from(value: &ScanEvent) -> Result<Self, Self::Error>

Performs the conversion.