1 2 3 4 5 6
use excelreader::workbook::ExcelMapper; #[derive(Default, ExcelMapper)] struct Row(String); fn main() {}