Print formatted Rectangle
representation
This commit is contained in:
parent
2b3f04ce4c
commit
f9841faa16
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ fn main() {
|
||||||
height: 50,
|
height: 50,
|
||||||
};
|
};
|
||||||
|
|
||||||
println!("rect1 is {rect1:?}");
|
println!("rect1 is {rect1:#?}");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue