Function send_packet_validate

Source
pub fn send_packet_validate(
    ctx_a: &impl SendPacketValidationContext,
    packet: &Packet,
) -> Result<(), ChannelError>
Expand description

Validate that sending the given packet would succeed.