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