Re: [PATCH v2] rust: sync: add `UniqueArc::as_ptr`
From: Alice Ryhl
Date: Mon Jun 08 2026 - 03:34:40 EST
On Fri, Jun 05, 2026 at 03:16:48PM +0200, Andreas Hindborg wrote:
> Add a method to `UniqueArc` for getting a raw pointer. The implementation
> defers to the `Arc` implementation of the same method.
>
> Signed-off-by: Andreas Hindborg <a.hindborg@xxxxxxxxxx>
Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>