Function backtrace::trace_unsynchronized [−][src]
pub unsafe fn trace_unsynchronized<F: FnMut(&Frame) -> bool>(cb: F)
Same as trace, only unsafe as it’s unsynchronized.
This function does not have synchronization guarentees 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.