pub type ConnectionsError = Box<dyn Error + Send + Sync>;
Carries an error returned while serving connections.
pub struct ConnectionsError(/* private fields */);