1 2 3 4
pub trait RusqliteStruct { fn struct_name() -> &'static str; fn field_names() -> &'static [&'static str]; }