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