ngrok

Trait Conn

Source
pub trait Conn:
    ConnInfo
    + AsyncRead
    + AsyncWrite
    + Read
    + Write
    + Unpin
    + Send
    + 'static { }
Expand description

An incoming connection over an ngrok tunnel. Effectively a trait alias for async read+write, plus connection info.

Implementors§