Crate symbols_models

Crate symbols_models 

Source
Expand description

§Symbols-models

Shared traits from Symbols proc-macro-utility, to be able to share models between macros and real applications.

Traits§

EntityFilter
This trait allows data filtering on macro execution
It’s default implementation simply adds WHERE 1 = 1 to data retrieve query