Allow Rootable impls to have ?Sized Root types.#53
Conversation
Allows for dynamic rooting of unsized `Gc` pointers.
|
We could add a |
|
In https://github.com/kyren/deimos, this ended up being a bit more work than I thought due to the magic downcasting stuff there. You would think it would just be adding Adding an alias trait might actually be a good idea if we merge this. |
|
This is significantly less important now that #54 is merged, and in fact I don't know of a use case for it now? |
Probably ignore this, I think I may have just typoed a |
|
superseded by #102 |
Allows for dynamic rooting of unsized
Gcpointers.