pub type TypedSimplePlan<M> = SimplePlan<TypedFact, Box<dyn TypedOp>, M>;
An execution plan for TypedModel.
struct TypedSimplePlan<M> { /* private fields */ }