Trait ModelConstraints

Source
pub trait ModelConstraints {
    type Output;
}
Expand description

A type that can constrain the output of a model into a specific output type.

Required Associated Types§

Source

type Output

The type of the output of the constraints.

Implementors§