1use crate::records::subtyping::Subtyping; 2 3impl Subtyping { 4 pub fn subtyping_subtyping_mut(&mut self) { 5 self.subtyping_subtyping(); 6 } 7}