1 2 3 4 5 6
#[derive(Debug, Deserialize)] pub struct CsvRow { pub query: String, pub intention: String, pub other: Option<String>, }