Module rorm::internal

source ·
Expand description

This module is not considered public api.

But since the derive macros need to have access to its content it is all public. Anyway feel free to look at and maybe even use it.

Modules

  • Two traits which are workaround for the not yet ideal support for arrays in traits as associated types.
  • Helper function for the const_concat macros.
  • The various field traits and their proxy.
  • This module holds the high level model representation
  • This module holds the internal model representation The Internal Model Representation used by our migration cli tool
  • Utility stuff around Patch
  • The query context holds some of a query’s data which rorm-db borrows.
  • Implicit join prototypes

Structs

  • Wrap a Fn(&mut std::fmt::Formatter<'_>) -> std::fmt::Result to implement Display