type ClientError = Box<dyn ClientConnectionError>;Expand description
Error type returned from a failed connect_with_prefs.
Aliased Typeยง
struct ClientError(/* private fields */);type ClientError = Box<dyn ClientConnectionError>;Error type returned from a failed connect_with_prefs.
struct ClientError(/* private fields */);