Struct telos::ServerBuilder [] [src]

pub struct ServerBuilder {
    // some fields omitted
}

Methods

impl ServerBuilder

fn key_file(self, path: &str) -> Self

fn cert_file(self, path: &str) -> Self

fn bind(self) -> TlsResult<TlsServer>