Module fallible

Source
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§

FallibleNdjsonError
The errors which can occur when using a fallible-input-interface, such as FallibleNdjsonIter or FallibleNdjsonStream.

Type Aliases§

FallibleNdjsonResult
Syntactic sugar for a Result with the given value type V and a FallibleNdjsonError whose input error type is the given error type E.