Trait tikv::server::status_server::ServerConnection[][src]

trait ServerConnection {
    fn get_x509(&self) -> Option<X509>;
}

Required methods

fn get_x509(&self) -> Option<X509>[src]

Loading content...

Implementations on Foreign Types

impl ServerConnection for SslStream<AddrStream>[src]

impl ServerConnection for AddrStream[src]

Loading content...

Implementors

Loading content...