Home
last modified time | relevance | path

Searched refs:has_tail (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/rusqlite/src/
Draw_statement.rs172 pub fn has_tail(&self) -> bool { in has_tail() method
Dstatement.rs693 if self.stmt.has_tail() { in check_no_tail()