Module libsql_sys::wal::wrapper
source · Structs§
- A convenient wrapper struct that implement WAL with a
wrapper
where the wrapper needs to implementWrapWal
instead ofWal
, where all methods delegate to wrapped by default.
Traits§
- Trait implemented by implementor that only need to wrap around another Wal implementation. By default, all methods delegate to the wrapped wal.