Type Alias gix_odb::find::Error

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

The error type returned by the Find and Header traits.

Aliased Type§

struct Error(_, _);