pub trait RouteHandlerDyn where
    Self: Send + Sync + 'static, 
{ fn handle(
        &self,
        _request: Request<Body>,
        _route: RouteMatched
    ) -> HandlerFutureDynBoxNotable traits for HandlerFutureDynBoximpl Future for HandlerFutureDynBox type Output = ServerResult<Response<BodyDynBox>>;; }

Required Methods

Implementors