pub trait FieldUpdate { // Required methods fn field(&self) -> &'static str; fn to_value(&self) -> DatabaseValue; }