Trait ngrok::conn::ConnInfo

source ·
pub trait ConnInfo {
    // Required method
    fn remote_addr(&self) -> SocketAddr;
}
Expand description

Information common to all ngrok connections.

Required Methods§

source

fn remote_addr(&self) -> SocketAddr

Returns the client address that initiated the connection to the ngrok edge.

Implementors§