Function ibc::ics04_channel::handler::packet_dispatch[][src]

pub fn packet_dispatch<Ctx>(
    ctx: &Ctx,
    msg: PacketMsg
) -> Result<HandlerOutput<PacketResult>, Error> where
    Ctx: ChannelReader

Dispatcher for processing any type of message related to the ICS4 packet protocols.