finish refactor of plant state logic

This commit is contained in:
2025-04-24 23:21:27 +02:00
parent e941a4973d
commit 519c8d2c52
4 changed files with 146 additions and 148 deletions

View File

@@ -1,4 +1,3 @@
pub trait LimitPrecision {
fn to_precision(self, presision: i32) -> Self;
}