Skip to main content

downcast_to_hintable_impl

Function downcast_to_hintable_impl 

Source
fn downcast_to_hintable_impl<'a>(
    e: &'a (dyn StdError + 'static),
) -> Option<&'a dyn HintableErrorImpl>
Expand description

If possible, downcast this StdError to one of the implementations of HintableErrorImpl.