Open codyduong opened 3 months ago
Implement
pub struct Bar { position: BarPosition }
such that BarPosition is an enum supporting Top | Right | Bottom | Left
Top
Right
Bottom
Left
Implement
such that BarPosition is an enum supporting
Top
|Right
|Bottom
|Left