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