![JAR search and dependency download from the Maven repository](/logo.png)
speed.impl.WithContext.scala Maven / Gradle / Ivy
package speed.impl
import scala.reflect.macros.Context
trait WithContext {
val c: Context
def trace(msg: String): Unit = {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package speed.impl
import scala.reflect.macros.Context
trait WithContext {
val c: Context
def trace(msg: String): Unit = {}
}