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.
fn downcast_to_hintable_impl<'a>(
e: &'a (dyn StdError + 'static),
) -> Option<&'a dyn HintableErrorImpl>If possible, downcast this StdError to one of the implementations
of HintableErrorImpl.