pub async fn write_client_settings<W: AsyncWriteExt + Unpin>(
w: &mut W,
proto: Proto,
cs: &ClientSettings,
) -> Result<()>Expand description
Writes a ClientSettings structure to the stream.
pub async fn write_client_settings<W: AsyncWriteExt + Unpin>(
w: &mut W,
proto: Proto,
cs: &ClientSettings,
) -> Result<()>Writes a ClientSettings structure to the stream.