Type Alias tract_hir::prelude::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 */ }