pub fn send_packet_execute(
    ctx_a: &mut impl SendPacketExecutionContext,
    packet: Packet
) -> Result<(), ContextError>
Expand description

Send the packet without any validation.

A prior call to send_packet_validate MUST have succeeded.