CloneableComponent

Trait CloneableComponent 

Source
pub trait CloneableComponent: FrameworkComponent + Clone { }
Expand description

Trait for components that can be cloned safely

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§