//! Common connector properties and traits, functionality,
//! and types shared amongst all client connectors.
usecrate::client::BubbleHearthClient;pubtraitClientConnector<'a> {/// Constructs a new connector composed of the base client for querying and authorization.
fnnew_connector(client:&'a BubbleHearthClient)->SelfwhereSelf: Sized;
}