Trait relm4::factory::CloneableFactoryComponent
source · pub trait CloneableFactoryComponent: FactoryComponent {
// Required method
fn get_init(&self) -> Self::Init;
}
Expand description
Extension for FactoryComponent
that makes elements cloneable.