#[derive(RowMapper)]
{
// Attributes available to this derive:
#[row]
}
Expand description
RowMapper Pattern - Database row to struct mapping (saves ~50 lines per struct)
#[derive(RowMapper)]
{
// Attributes available to this derive:
#[row]
}
RowMapper Pattern - Database row to struct mapping (saves ~50 lines per struct)