Type Alias RunnableModel

Source
pub type RunnableModel<F, O, M> = SimplePlan<F, O, M>;
Expand description

A runnable model with fixed inputs and outputs.

Aliased Typeยง

struct RunnableModel<F, O, M> { /* private fields */ }