Function grpcio_sys::grpc_tls_server_credentials_create[][src]

pub unsafe extern "C" fn grpc_tls_server_credentials_create(
    options: *mut grpc_tls_credentials_options
) -> *mut grpc_server_credentials
Expand description

Creates a TLS server credential object based on the grpc_tls_credentials_options specified by callers. The grpc_server_credentials will take the ownership of the |options|. It is used for experimental purpose for now and subject to change.