Macro apply_tool_method_mut

Source
macro_rules! apply_tool_method_mut {
    ($tool_state:expr, $f:ident, $($args:expr),*) => { ... };
}