我一直在使用一些模块,它们有一个build()函数,它返回一个struct。但是,当我尝试创建自己的“超级”结构来将它们捆绑在一起时,我遇到了错误module `xxx` is private rustc(E0603)。如果有一个特征,我可以将单个变量作为参数传递,但不知道如何为结构定义/装箱它。// Error due to privacy and cannot use the trait to define the member type
// Both the "hyper_rustls::connector" and