fromParserInput

fastparse.ParserInputSource$.fromParserInput
implicit class fromParserInput[T](t: T)(implicit conv: T => ParserInput) extends ParserInputSource

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def parseThrough[T](f: ParserInput => T): T