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