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