context_downcast

Function context_downcast 

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