pub trait EndpointConnInfo {
    // Required method
    fn proto(&self) -> &str;
}Expand description
Information about connections via ngrok endpoints.
pub trait EndpointConnInfo {
    // Required method
    fn proto(&self) -> &str;
}Information about connections via ngrok endpoints.