Skip to main content

read_packet

Function read_packet 

Source
pub async fn read_packet<R: AsyncReadExt + Unpin>(
    reader: &mut R,
) -> Result<NetworkPacket, IntersticeError>