Add first private method
This commit is contained in:
parent
eb2858595d
commit
db3c693dcd
@ -551,6 +551,14 @@ impl QueryBuilder {
|
||||
|
||||
self
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
// ! Implementation Details
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
fn compile() -> String {
|
||||
unimplemented!();
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
Loading…
Reference in New Issue
Block a user