@@ -16,7 +16,8 @@ fn main() {
|
||||
let rows = vec_rows.iter();
|
||||
println!("Matching roles (count: {})", rows.len());
|
||||
for row in rows {
|
||||
println!("{:?}: {:?}", row.id, row.last_name);
|
||||
println!("{:?}: {:?} {:?} {:?} {:?}",
|
||||
row.id, row.last_name, row.first_name, row.email, row.password_hash);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user