Function context_chain_downcast

Source
unsafe fn context_chain_downcast<C>(
    e: Ref<'_, ErrorImpl>,
    target: TypeId,
) -> Option<Ref<'_, ()>>
where C: 'static,