Crate ormlite_macro

source ·

Derive Macros

  • This is a no-op marker trait that allows the migration tool to know when a user has manually implemented a type.
  • Derive macro for #[derive(Model)] It additionally generates FromRow for the struct, since Model requires FromRow.