use crateAsciiTable;
use cratefrom_ascii_table_row;
use ParallelIterator;
use DeserializeOwned;
/// Deserialises every row of an ASCII table into `T`.
///
/// Columns are matched to fields by their TTYPEn names, exactly as they are for
/// a binary table.
/// Deserialises every row of an ASCII table into `T`.
///
/// Columns are matched to fields by their TTYPEn names, exactly as they are for
/// a binary table.