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

Send the given packet, including all necessary validation.

Equivalent to calling send_packet_validate, followed by send_packet_execute