Skip to main content

handle_connection

Function handle_connection 

Source
pub async fn handle_connection<S>(stream: S, opts: ConnOpts<'_>)
where S: AsyncRead + AsyncWrite + Unpin,