Trait sqlite_parser::Parser [−][src]
pub trait Parser {
fn process_tables(&mut self, tables: Metadata);
fn query_all_tables(&self) -> (&'static str, &'static [&'static dyn ToSql]) { ... }
}Implement this trait to parse your own types