#[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.
#[derive(Model)]
{
// Attributes available to this derive:
#[ormlite]
}
Derive macro for #[derive(Model)] It additionally generates FromRow for the struct, since
Model requires FromRow.