Handler

Rin : the Handle will read type Rout : Next Handle will Read Type Win : the Handle will Write type Wout : Next Handle will write type

abstract
class Handler : HandlerBase!(HandlerContext!(Rout, Wout))(
Rin
Rout = Rin
Win = Rout
Wout = Rin
) {
enum dir;
}

Meta