Printer

scala.quoted.Quotes.reflectModule.Printer
trait Printer[T]

Type class used in show methods to provide customizable String representations.

Type parameters

T

the type of value that this printer can render

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def show(x: T): String

Shows the arguments as a String.

Shows the arguments as a String.

Value parameters

x

the value to render as a String

Attributes

Source
Quotes.scala