pub type DynamicComponentDefinitionMutexGuard<'a, M> = OwningRefMut<Box<dyn Erased + 'a>, dyn DynamicComponentDefinition<Message = M>>;Expand description
Mutex guard guarding a DynamicComponentDefinition trait object.
Aliased Typeยง
pub struct DynamicComponentDefinitionMutexGuard<'a, M> { /* private fields */ }