refactor: Create ToothDisplay trait

This commit is contained in:
2022-08-04 16:45:53 +02:00
parent 519ae2a261
commit 1bae864faa
5 changed files with 152 additions and 73 deletions

View File

@@ -20,6 +20,7 @@ pub enum ToothType {
Molar,
}
#[derive(PartialEq)]
pub struct Tooth {
quadrant: QuadrantKind,
number: u8,