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ยง

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