On Thu, Jun 26, 2025 at 11:20:21PM +0200, Danilo Krummrich wrote: [...] > > > +pub trait Release<Ptr: ForeignOwnable> { > > > > My bad, is it possible to do > > > > pub trait Release<Ptr: ForeignOwnable<Target=Self>> { > > > > ? that's better IMO. > > Sure, that works. Thanks! With that feel free to add: Reviewed-by: Boqun Feng <boqun.feng@xxxxxxxxx> Regards, Boqun