DataReadResult

The result of a data input stream read operation, which is either a value or an error.

alias DataReadResult(T) = Either!(T, "value", StreamError, "error")

Meta