mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
Make a cosmetic adjustment
This commit is contained in:
parent
2720246b1a
commit
5691098657
@ -41,8 +41,8 @@ impl<'l> Statement<'l> {
|
||||
///
|
||||
/// The leftmost parameter has the index 1.
|
||||
#[inline]
|
||||
pub fn bind<T: Bindable>(&mut self, i: usize, parameter: T) -> Result<()> {
|
||||
parameter.bind(self, i)
|
||||
pub fn bind<T: Bindable>(&mut self, i: usize, value: T) -> Result<()> {
|
||||
value.bind(self, i)
|
||||
}
|
||||
|
||||
/// Advance to the next state.
|
||||
|
Loading…
x
Reference in New Issue
Block a user