Skip to main content

luaur_require/methods/
error_handler_error_handler.rs

1impl dyn crate::records::error_handler::ErrorHandler {
2    // The C++ virtual destructor is handled by Rust's trait object cleanup.
3    // No explicit drop implementation is required for the trait object itself.
4}