Module openraft::log_id

source ·
Expand description

This mod defines the identity of a raft log and provides supporting utilities to work with log id related types.

Structs§

  • The identity of a raft log.

Traits§

  • This helper trait extracts information from an Option<LogId>.
  • This helper trait extracts information from an Option<LogIndex>.
  • Defines API to operate an object that contains a log-id, such as a log entry or a log id.