Type Definition git_odb::find::PrefixLookupResult

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

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