Skip to main content

get_source_error_type

Function get_source_error_type 

Source
fn get_source_error_type<T: Error + 'static>(err: &dyn Error) -> Option<&T>
Expand description

Downcasts the given err source into T.