Skip to main content

ClientError

Type Alias ClientError 

Source
type ClientError = Box<dyn ClientConnectionError>;
Expand description

Error type returned from a failed connect_with_prefs.

Aliased Typeยง

struct ClientError(/* private fields */);