pub fn connect(
endpoint: &Endpoint,
credential: Credential,
options: Options,
) -> Box<dyn UpCloudApi + Send + Sync>Expand description
The only constructor. The implementation a run holds is a function of
the Endpoint, and an Endpoint is only ever built from what the
operator typed.