pub fn read_txi<R: Read>(reader: &mut R) -> Result<Txi, TxiError>
Reads TXI data from a reader.
The same as read_txi_with_options under the default options.
read_txi_with_options