use super::Field; pub struct ModelMeta { pub name: &'static str, pub fields: &'static [Field], }