Skip to main content

ElementShape

Trait ElementShape 

Source
pub trait ElementShape: 'static {
    type Element<'a>: 'a;
    type ValueDomain: ValueDomain;
}

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§