On Fri, Jun 26, 2026 at 1:55 PM Andreas Hindborg <[email protected]> wrote: > > Implement `ForeignOwnable` for `Owned<T>`. This allows use of `Owned<T>` in > places such as the `XArray`. > > Note that `T` does not need to implement `ForeignOwnable` for `Owned<T>` to > implement `ForeignOwnable`. > > Signed-off-by: Andreas Hindborg <[email protected]> > Reviewed-by: Gary Guo <[email protected]>
Reviewed-by: Alice Ryhl <[email protected]>
