Derive Macro ormlite_macro::Model
source · #[derive(Model)]
{
// Attributes available to this derive:
#[ormlite]
}
Expand description
Derive macro for #[derive(Model)] It additionally generates FromRow for the struct, since
Model requires FromRow.