IntoElementBox

Trait IntoElementBox 

Source
pub trait IntoElementBox {
    // Required methods
    fn store(self) -> ElementBox;
    fn store_with_id(self, id: impl Into<ElementId>) -> ElementBox;
}

Required Methods§

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.

Implementors§