Stderr

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

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

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