ngrok::prelude

Trait EndpointConnInfo

Source
pub trait EndpointConnInfo {
    // Required method
    fn proto(&self) -> &str;
}
Expand description

Information about connections via ngrok endpoints.

Required Methods§

Source

fn proto(&self) -> &str

Returns the endpoint protocol.

Implementors§