Generic reader interface that can be used to read O value form the input I value. Reader may fail and error is denoted by X type.
O
I
X
The output type of this reader
The input type of this reader.
The error type denotes failure reader may produce.
Generated using TypeDoc
Generic reader interface that can be used to read
O
value form the inputI
value. Reader may fail and error is denoted byX
type.