pub type Error = Box<dyn Error + Send + Sync + 'static>;
The error type returned by the Find and Header traits.
Find
Header
struct Error(_, _);