pub trait ConnInfo {
// Required method
fn remote_addr(&self) -> SocketAddr;
}
Expand description
Information common to all ngrok connections.
Required Methods§
sourcefn remote_addr(&self) -> SocketAddr
fn remote_addr(&self) -> SocketAddr
Returns the client address that initiated the connection to the ngrok edge.