1#[cfg(any())] 2use crate::records::lua_exception::lua_exception; 3 4#[cfg(any())] 5impl lua_exception { 6 /// C++ `int getStatus() const` 7 pub fn get_status(&self) -> core::ffi::c_int { 8 self.status 9 } 10}