Function validate

Source
pub fn validate<Ctx>(
    ctx_a: &Ctx,
    msg: MsgConnectionOpenInit,
) -> Result<(), ConnectionError>
where Ctx: ValidationContext,