Trait ngrok::prelude::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§