Derive Macro microrm::Modelable

source ·
#[derive(Modelable)]
{
    // Attributes available to this derive:
    #[microrm_internal]
}
Expand description

Marks a struct or enum as able to be directly used in an Entity to correspond to a single database column.