macro_rules! impl_pointer_input_node { () => { ... }; }
Implements the as_pointer_input_node methods for a type that implements PointerInputNode.
impl ModifierNode for MyNode { impl_pointer_input_node!(); }