Skip to main content

write_txi

Function write_txi 

Source
pub fn write_txi<W: Write>(writer: &mut W, txi: &Txi) -> Result<(), TxiError>
Expand description

Writes TXI data to a writer.

ยงErrors

The same as write_txi_with_options under the default options.