1 2 3 4
pub trait FromCorrectedPrice { fn from_i64(price: i64) -> Self; fn from_f64(price: f64) -> Self; }