pub trait Incremental { }Expand description
Marker trait for models that support incremental learning
These models can update their parameters incrementally as new data arrives.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".