Function commit_packet_acknowledgment

Source
pub fn commit_packet_acknowledgment<ExecCtx>(
    ctx_b: &mut ExecCtx,
    packet: &Packet,
    acknowledgement: &Acknowledgement,
) -> Result<(), ChannelError>
where ExecCtx: ExecutionContext,