Function arti_client::err::hint::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.