pub trait HyperelasticViscoplasticFiniteElement<C, const G: usize, const M: usize, const N: usize, const P: usize, Y>where
C: HyperelasticViscoplastic<Y>,
Self: ElasticViscoplasticFiniteElement<C, G, M, N, P, Y> + HyperelasticViscoplasticElement<C, G, Y>,
Y: Differentiable + Tensor,{ }Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".