root_source

Function root_source 

Source
pub fn root_source(err: &dyn Error) -> Option<&dyn Error>
Expand description

Returns the external root cause of the source error (exclude the current error).