ElementVisitorCallable typedef

ElementVisitorCallable = Callable1<void, Element>

typedef ElementVisitor = void Function(Element element);

Implementation

typedef ElementVisitorCallable = Callable1<void, Element>;