Skip to main content

luaur_analysis/methods/
generic_counter_visit_generalization_alt_f.rs

1use crate::records::generic_counter::GenericCounter;
2
3impl GenericCounter {
4    pub fn visit_type_pack_id_generic_type_pack(&mut self) -> bool {
5        false
6    }
7}