[][src]Function pueue_lib::network::protocol::receive_bytes

pub async fn receive_bytes(stream: &mut GenericStream) -> Result<Vec<u8>>

Receive a byte stream depending on a given header. This is the basic protocol beneath all pueue communication.