Function chan_open_init_execute

Source
pub fn chan_open_init_execute<ExecCtx>(
    ctx_a: &mut ExecCtx,
    module: &mut dyn Module,
    msg: MsgChannelOpenInit,
) -> Result<(), ChannelError>
where ExecCtx: ExecutionContext,