Module libsql_sys::wal::wrapper
source · Structs§
- A Wrapper implementation that delegates everything to the wrapped wal
- A convenient wrapper struct that implement WAL with a
wrapperwhere the wrapper needs to implementWrapWalinstead 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.