Type Definition tract_core::model::typed::TypedSimplePlan[][src]

type TypedSimplePlan<M> = SimplePlan<TypedFact, Box<dyn TypedOp>, M>;

An execution plan for TypedModel.