pub trait Round { // Required method fn round_to(self, places: i32) -> Self; }
Trait for rounding values to a number of decimal places
Rounds the value to a number of decimal places