Type Alias TypedSimplePlan

Source
pub type TypedSimplePlan<M> = SimplePlan<TypedFact, Box<dyn TypedOp>, M>;
Expand description

An execution plan for TypedModel.

Aliased Typeยง

struct TypedSimplePlan<M> { /* private fields */ }