pub type Client<H = Client> = Client<HuggingFaceExt, H>;
pub struct Client<H = Client> { /* private fields */ }