state_gen_to_dyn

Function state_gen_to_dyn 

Source
fn state_gen_to_dyn<S>(
    state_gen: StateGenerator<S>,
    module_instance: ModuleInstanceId,
) -> StateGenerator<DynState>
where S: IntoDynInstance<DynType = DynState> + 'static,