[][src]Type Definition shs::Handler

type Handler<T> = dyn Fn(&mut Request<T>) -> Result<(), Error> + Send + Sync;

Handler function for a route.