1use crate::records::magic_function::MagicFunction; 2 3impl Drop for MagicFunction { 4 fn drop(&mut self) { 5 // virtual ~MagicFunction() {} 6 } 7}