Skip to content

Commit cd272fb

Browse files
committed
Add comment about what is AddressRecord
1 parent 85aca10 commit cd272fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/models.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ pub struct NewAddress<'a> {
4747
pub postcode: &'a str
4848
}
4949

50+
// Used as CSV record model
5051
#[derive(Debug, Deserialize)]
5152
#[serde(rename_all = "UPPERCASE")]
5253
pub struct AddressRecord {

0 commit comments

Comments
 (0)