Type Definition git_odb::store::prefix::lookup::Outcome

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

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