gix_object::find

Type Alias Error

source
pub type Error = Box<dyn Error + Send + Sync + 'static>;
Expand description

The error type returned by the Find trait.

Aliased Typeยง

struct Error(/* private fields */);