pub trait ContextAutoLimits {
// Required method
fn auto_limits(self, info: &ModelInfo) -> Self;
}Required Methods§
Sourcefn auto_limits(self, info: &ModelInfo) -> Self
fn auto_limits(self, info: &ModelInfo) -> Self
Compute the limits automatically based on given model build info.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.