Skip to main content

trace_exit_obj

Macro trace_exit_obj 

Source
macro_rules! trace_exit_obj {
    ($obj:expr) => { ... };
    ($name:expr, $obj:expr) => { ... };
}
Expand description

Prints function exit along with the object pointer (self or reference).

Equivalent to C++ TRACE_EXIT_OBJ.