pub type InstancelessDynClientInputBundle = ClientInputBundle<Box<dyn IInput + Send + Sync + 'static>, Box<dyn IState + Send + Sync + 'static>>;
Aliased Type§
struct InstancelessDynClientInputBundle { /* private fields */ }
Trait Implementations§
Source§impl IntoDynInstance for InstancelessDynClientInputBundle
impl IntoDynInstance for InstancelessDynClientInputBundle
Source§type DynType = ClientInputBundle
type DynType = ClientInputBundle
The type erased version of the type implementing this trait
Source§fn into_dyn(self, module_instance_id: ModuleInstanceId) -> ClientInputBundle
fn into_dyn(self, module_instance_id: ModuleInstanceId) -> ClientInputBundle
Convert
self
into its type-erased equivalent