Expand description
This module defines the error- and result-type used for fallible NDJSON, i.e. where the data source can raise an error. See FallibleNdjsonError for more details.
Enums§
- Fallible
Ndjson Error - The errors which can occur when using a fallible-input-interface, such as FallibleNdjsonIter or FallibleNdjsonStream.
Type Aliases§
- Fallible
Ndjson Result - Syntactic sugar for a Result with the given value type
V
and a FallibleNdjsonError whose input error type is the given error typeE
.