Type Definition squark::HandlerMap [] [src]

type HandlerMap<A> = HashMap<String, HandlerFunction<A>>;