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