Trait sql_parser::ast::defs::query::AstInfo[][src]

pub trait AstInfo: Clone {
    type ObjectName: AstDisplay + Clone + Hash + Debug + Eq;
    type Id: Clone + Hash + Debug + Eq;
}

Associated Types

Implementors