read_client_settings

Function read_client_settings 

Source
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.