macro_rules! track_var_with_scope {
($var:ident) => { ... };
}
Expand description
Enhanced track_var macro that also associates with current scope
macro_rules! track_var_with_scope {
($var:ident) => { ... };
}
Enhanced track_var macro that also associates with current scope