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.