Structs§
Enums§
- Operation
- Operations represents Hummock operations
- Operation
Result - Trace
Result TraceResult
discards Error and only traces whether succeeded or not. Use Option rather than Result because it’s overhead to serialize Error.
TraceResult
discards Error and only traces whether succeeded or not.
Use Option rather than Result because it’s overhead to serialize Error.