[][src]Crate dodo_derive

Dodo-Derive

This crate provides Dodo's derive macros.

Derive Macros

Entity

Implements the Entity trait for your struct. It must contain a field named id of type Option<Uuid>.