Type Definition paxakos::state::LogEntryIdOf

source · []
pub type LogEntryIdOf<S> = <LogEntryOf<S> as LogEntry>::Id;
Expand description

Type alias to extract Id type of a state’s LogEntry type.