[][src]Type Definition koibumi_core::packet::Result

type Result<T> = Result<T, PacketError>;

A specialized Result type for packet operations.