Trait sqlite3_parser::lexer::ScanError[][src]

pub trait ScanError: Error + From<Error> + Sized {
    fn position(&mut self, line: u64, column: usize);
}

Required methods

fn position(&mut self, line: u64, column: usize)[src]

Loading content...

Implementors

impl ScanError for Error[src]

Loading content...