atm0s_reverse_proxy_protocol::cluster

Function wait_object

source
pub async fn wait_object<R: AsyncRead + Unpin, O: DeserializeOwned, const MAX_SIZE: usize>(
    reader: &mut R,
) -> Result<O>