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