Type Definition tract_pulse::internal::TypedSimplePlan[]

type TypedSimplePlan<M> = SimplePlan<TypedFact, Box<dyn TypedOp + 'static, Global>, M>;

An execution plan for TypedModel.