Skip to main content

TypedSimplePlan

Type Alias TypedSimplePlan 

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

An execution plan for TypedModel.

Aliased Typeยง

pub struct TypedSimplePlan { /* private fields */ }