Trait RouteHandlerDyn

Source
pub trait RouteHandlerDyn
where Self: Send + Sync + 'static,
{ // Required method fn handle( &self, _request: Request<Body>, _route: RouteMatched, ) -> HandlerFutureDynBox ; }

Required Methods§

Source

fn handle( &self, _request: Request<Body>, _route: RouteMatched, ) -> HandlerFutureDynBox

Implementors§