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

Trait Quotes.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.2.0/scala/quoted/Quotes$reflectModule$Printer.html