Expand description
Core type definitions for the Raft-log implementation.
This module defines the Types trait which serves as a type system for the
entire Raft-log implementation. It allows users to customize core data types
such as log id, log payload, vote, callback, and user data.
Traitsยง
- Types
- The
Typestrait defines the core type parameters used throughout the Raft-log implementation.