Docs.rs
libsql-sys-0.9.20
libsql-sys 0.9.20
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
glommer
penberg
github:tursodatabase:publish
Dependencies
bytes ^1.5.0
normal
libsql-ffi ^0.9.20
normal
once_cell ^1.18.0
normal
libsql-rusqlite ^0.9.20
normal
optional
tracing ^0.1.37
normal
zerocopy ^0.7.28
normal
Versions
18.22%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
libsql_
sys
0.9.20
Busy
Handler
Required Methods
handle_busy
Implementors
In libsql_
sys::
wal
libsql_sys
::
wal
Trait
BusyHandler
Copy item path
Source
pub trait BusyHandler { // Required method fn
handle_busy
(&mut self) ->
bool
; }
Required Methods
§
Source
fn
handle_busy
(&mut self) ->
bool
Implementors
§
Source
§
impl<F>
BusyHandler
for F
where F:
FnMut
() ->
bool
,