Module libsql_sys::wal::wrapper

source ·

Structs§

  • A convenient wrapper struct that implement WAL with a wrapper where the wrapper needs to implement WrapWal instead of Wal, 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.