Type Definition tract_pulse::internal::TypedSimpleState [−]
type TypedSimpleState<M, P> = SimpleState<TypedFact, Box<dyn TypedOp + 'static, Global>, M, P>;
An execution state for TypedModel.
type TypedSimpleState<M, P> = SimpleState<TypedFact, Box<dyn TypedOp + 'static, Global>, M, P>;
An execution state for TypedModel.