Skip to main content

EdgeConnInfo

Trait EdgeConnInfo 

Source
pub trait EdgeConnInfo {
    // Required methods
    fn edge_type(&self) -> EdgeType;
    fn passthrough_tls(&self) -> bool;
}
Expand description

Information about connections via ngrok edges.

Required Methods§

Source

fn edge_type(&self) -> EdgeType

Returns the edge type for this connection.

Source

fn passthrough_tls(&self) -> bool

Returns whether the connection includes the tls handshake and encrypted stream.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§