Stdout

mill.rpc.MillRpcServerToClient.Stdout
final case class Stdout[+Data](msg: Message)

We want to send a message to the client's stdout.

Attributes

Source
MillRpcServerToClient.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product