pub type Error = Box<dyn Error + Sync + Send>;
Error type that lambdas may result in
pub struct Error(/* private fields */);