object DecodeState
- Companion:
- class
- Source:
- Demultiplexer.scala
Type members
Classlikes
final case class AwaitingBody[A](headerBits: BitVector, neededBits: Option[Long], bitsPostHeader: BitVector, decoder: Decoder[A]) extends DecodeState
- Source:
- Demultiplexer.scala
Inherited types
The names of the product elements
The names of the product elements
- Inherited from:
- Mirror
- Source:
- Mirror.scala