1 2 3 4 5 6 7
use crate::records::native_module::NativeModule; impl NativeModule { pub fn native_module_native_module(&mut self) { unreachable!("Deleted constructor"); } }