pub trait ActixAdminModelValidationTrait<T> { // Provided method fn validate(_model: &T) -> HashMap<String, String> { ... } }