pub trait ElementShape: 'static {
type Element<'a>: 'a;
type ValueDomain: ValueDomain;
}Required Associated Types§
type Element<'a>: 'a
type ValueDomain: ValueDomain
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".