pub trait Handler { // Required method fn handler(request: &Request) -> Response where Self: Debug + Sized + Send + Sync; }