pub trait GoodOrmningCustomF64<T> { // Required methods fn to_sql(value: &T) -> f64; fn from_sql(value: f64) -> Result<T, String>; }