Expand description
Provides APIs to read Ion data into Element from different sources such as slices or files.
Structs
- Holds a reference to a given ElementReader implementation and yields one Element at a time until the stream is exhausted or invalid data is encountered.
Traits
- Reads Ion data into
Element
instances.