Type Definition git_pack::index::PrefixLookupResult

source ·
pub type PrefixLookupResult = Result<EntryIndex, ()>;
Expand description

A way to indicate if a lookup, despite successful, was ambiguous or yielded exactly one result in the particular index.