Scala delegate import of implicit conversions
问题 In Scala, how can I delegate the importing of implicit conversions into my scope, such that I don't have to have a big "environment" class which provides both library functions/values (for a DSL I am creating) as well as implicit conversions? In short, can I move my implicit conversions from an object, and still have it imported when I write: import MyDslEnvironment._ ? The goal of this is to make the importing and use of my framework simple and lightweight, in the sense that only a single