//! Public trait implemented by `#[derive(SqlEnum)]`.
use crateDialect;
use ;
/// Maps a Rust enum to a SQL column representation.
///
/// Implementations are generated by `#[derive(SqlEnum)]`. The trait exposes
/// stable metadata for schema generation and label decoding; SQLx bind/scan
/// compatibility is generated separately by the derive macro.