pub trait UseVisitor<T: ResolvedType, R = ()> {
// Required method
fn visit_use(&mut self, use_decl: Arc<Mutex<Use<T>>>) -> R;
}
pub trait UseVisitor<T: ResolvedType, R = ()> {
// Required method
fn visit_use(&mut self, use_decl: Arc<Mutex<Use<T>>>) -> R;
}