Function backtracer_core::trace_from[][src]

pub fn trace_from<F: FnMut(&Frame) -> bool>(t: EntryPoint, cb: F)
Expand description

Same as trace but starts from an user provided point in time.