Skip to main content

Module types

Module types 

Source
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 Types trait defines the core type parameters used throughout the Raft-log implementation.