scala / 3.1 / scala / quoted / quotes$reflectmodule$printer.html

Trait scala.quoted.Printer

trait Printer[T]

Type class used in show methods to provide customizable String representations

Supertypes

Abstract methods

Source
def show(x: T): String

Show the arguments as a String

© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/quoted/Quotes$reflectModule$Printer.html