Type Alias gix_object::find::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 */);