Contruct an instance of DecodeSuccess
.
The input value that the next decoder should try to consume.
The value generated from the decoding operation.
These placeholder (_I
, _O
, _E
) types are not expected to bring any
value. They exist to allow inspecting the main types of a DecodeResult at
compile time.
See _E.
See _E.
Type discriminator
The value generated from the decoding operation.
Provides a human readable representation of the value. Mostly for debugging.
Type that represent a successful decoding of a value.