refactor: Create ToothDisplay trait
This commit is contained in:
@@ -20,6 +20,7 @@ pub enum ToothType {
|
||||
Molar,
|
||||
}
|
||||
|
||||
#[derive(PartialEq)]
|
||||
pub struct Tooth {
|
||||
quadrant: QuadrantKind,
|
||||
number: u8,
|
||||
|
||||
Reference in New Issue
Block a user