pub trait DialectHandler {
    fn use_top(&self) -> bool { ... }
    fn ident_quote(&self) -> char { ... }
}

Provided Methods

Implementors