Type Definition squark::HandlerFunction [] [src]

type HandlerFunction<A> = Box<Fn(HandlerArg) -> Option<A>>;