// I get it its kinda pointess to open a new module for just a 2 types but maybe I'll add more features to the errors ;)
usefeather_runtime::http::{Request, Response};usestd::error::Error;typeBoxError=Box<dyn Error>;/// Type Alias for the Error Handling Function: `Box<dyn Fn(BoxError,&Request,&mut Response)>`
pubtypeErrorHandler=Box<dyn Fn(BoxError, &Request, &mut Response)+Send+Sync>;