Returns an iterator over the current contexts of the `Report`. This method is similar to [`current_context`], but instead of returning a single context, it returns an iterator over all contexts in the `Report`. The order of the contexts should not be relied upon, as it is not guaranteed to be stable. ## Example ```rust # use std::{fs, path::Path}; # use error_stack::Report; use std::io; fn re
(&self)
source not stored for this graph (policy: none)