Expand description
Interfaces for indexes of the commits in a repository.
Enums§
- Index
Error - Returned by
Indexbackend in the event of an error. - Index
Store Error - Returned by
IndexStorein the event of an error.
Traits§
- Change
IdIndex - Defines the interface for types that provide an index of the commits in a
repository by
ChangeId. - Index
- Defines the interface for types that provide an index of the commits in a
repository by
CommitId. - Index
Store - Defines the interface for types that provide persistent storage for an index.
- Mutable
Index - Readonly
Index
Type Aliases§
- Index
Result - Result of
Indexoperations. - Index
Store Result - Result of
IndexStoreoperations.