Skip to main content

IntoModelFeatures

Trait IntoModelFeatures 

Source
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.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoModelFeatures for (usize, usize, usize)

Source§

impl IntoModelFeatures for (usize, usize, usize, usize)

Source§

impl IntoModelFeatures for [usize; 3]

Source§

impl IntoModelFeatures for [usize; 4]

Implementors§