object_ref

Function object_ref 

Source
unsafe fn object_ref<E>(
    e: Ref<'_, ErrorImpl>,
) -> Ref<'_, dyn StdError + Send + Sync + 'static>
where E: StdError + Send + Sync + 'static,