Scala 3 Macro Not able to find given in scope
I am trying to write a macro in Scala 3, which will resolve the types defined in the case class and then find for the given/implict method for those type.
I am trying to write a macro in Scala 3, which will resolve the types defined in the case class and then find for the given/implict method for those type.