Type Alias SystemState

Source
pub type SystemState = StateContainer<SystemStateResolver, LogEvent>;

Aliased Type§

struct SystemState { /* private fields */ }

Trait Implementations§

Source§

impl From<&LocationInfo> for SystemState

Source§

fn from(value: &LocationInfo) -> Self

Converts to this type from the input type.