Model

Derive 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.