Function libimagerror::trace::trace_error_maxdepth [] [src]

pub fn trace_error_maxdepth(e: &Error, max: u64)

Print an Error type and its cause recursively, but only max levels

Output is the same as for trace_error(), though there are only max levels printed.