Re: [PATCH] rust: implement ForeignOwnable for Pin<Box<T>>
From: Miguel Ojeda
Date: Sun Aug 18 2024 - 17:32:17 EST
On Tue, Jul 30, 2024 at 3:06 PM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> We already implement ForeignOwnable for Box<T>, but it may be useful to
> store pinned data in a ForeignOwnable container. This patch makes that
> possible.
>
> This will be used together with upcoming miscdev abstractions, which
> Binder will use when binderfs is disabled.
>
> Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
Applied to `rust-next` -- thanks everyone!
Cheers,
Miguel