Expand description
Identifier types.
Re-exports§
pub use compound::*;pub use core::*;pub use qualification::*;pub use quote::*;
Modules§
- compound 🔒
- “Compound” identifiers built on top of
DynIden. - core 🔒
- “Core”, low-level identifier types.
- qualification 🔒
- Conversion traits/impls for “potentially qualified” names like
(schema?).(table?).column. - quote 🔒