pub trait Conn: ConnInfo + AsyncRead + AsyncWrite + Unpin + Send + 'static { }
An incoming connection over an ngrok tunnel. Effectively a trait alias for async read+write, plus connection info.