create_client_endpoint_with_protocols

Function create_client_endpoint_with_protocols 

Source
pub fn create_client_endpoint_with_protocols(
    server_public_key: &VerifyingKey,
    protocol_versions: &ClientProtocolConfig,
) -> Result<Endpoint, CryptoError>