pub async fn read_client_settings<R: AsyncReadExt + Unpin>(
r: &mut R,
proto: Proto,
) -> Result<ClientSettings>Expand description
Read a ClientSettings structure from the stream.
pub async fn read_client_settings<R: AsyncReadExt + Unpin>(
r: &mut R,
proto: Proto,
) -> Result<ClientSettings>Read a ClientSettings structure from the stream.