1 2 3 4 5 6 7 8 9 10
//! @interface-stub use crate::records::subtyping::Subtyping; impl Subtyping { /// @delete #[allow(dead_code)] pub fn subtyping_subtyping(&mut self) { unimplemented!("Subtyping copy constructor is deleted in C++"); } }