Function backtrace::trace_unsynchronized
source · pub unsafe fn trace_unsynchronized<F: FnMut(&Frame) -> bool>(cb: F)
Expand description
Same as trace
, only unsafe as it’s unsynchronized.
This function does not have synchronization guarantees but is available
when the std
feature of this crate isn’t compiled in. See the trace
function for more documentation and examples.
Panics
See information on trace
for caveats on cb
panicking.