rusqlite-struct 0.1.0

Crate to make working with structs easier in rusqlite
Documentation
1
2
3
4
pub trait RusqliteStruct {
    fn struct_name() -> &'static str;
    fn field_names() -> &'static [&'static str];
}