mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
Remove an inline
This commit is contained in:
parent
a5c0234aa1
commit
a8d74c2cbf
@ -65,7 +65,6 @@ impl<'l> Database<'l> {
|
||||
/// The callback is triggered when the database cannot perform an operation
|
||||
/// due to processing of some other request. If the callback returns `true`,
|
||||
/// the operation will be repeated.
|
||||
#[inline]
|
||||
pub fn set_busy_handler<F>(&mut self, callback: F) -> Result<()>
|
||||
where F: FnMut(usize) -> bool + 'l
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user