[][src]Type Definition shs::Handler

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

Handler function for a route.