Module ion_rs::data_source

source ·

Traits

  • Optimized read operations for parsing Ion.
  • Types that implement this trait can be converted into an implementation of io::BufRead, allowing users to build a Reader from a variety of types that might not define I/O operations on their own.