Type Definition rail_lang::rail_machine::RailRunResult

source ·
pub type RailRunResult = Result<RailState, (RailState, RailError)>;