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