Structs§
- Passthrough
WalWrapper - A Wrapper implementation that delegates everything to the wrapped wal
- Then
- WalRef
- WalWrapper
- 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. - Wrapped
Wal
Traits§
- WrapWal
- Trait implemented by implementor that only need to wrap around another Wal implementation. By default, all methods delegate to the wrapped wal.