pub trait ModelConstraints {
type Output;
}
Expand description
A type that can constrain the output of a model into a specific output type.
pub trait ModelConstraints {
type Output;
}
A type that can constrain the output of a model into a specific output type.