pub trait IntoModelFeatures {
// Required method
fn into_model_features(self) -> ModelFeatures;
}Expand description
A trait that consumes the caller to create a new instance of ModelFeatures object.
pub trait IntoModelFeatures {
// Required method
fn into_model_features(self) -> ModelFeatures;
}A trait that consumes the caller to create a new instance of ModelFeatures object.