Function object_reallocate_boxed

Source
unsafe fn object_reallocate_boxed<E>(
    e: Own<ErrorImpl>,
) -> Box<dyn StdError + Send + Sync + 'static>
where E: StdError + Send + Sync + 'static,