-
Notifications
You must be signed in to change notification settings - Fork 4
Question: Why not T: ?Sized? #6
Copy link
Copy link
Open
Description
Currently, circ users can still use it with !Sized types, albeit a bit inconveniently, by coding like AtomicRc<Box<T>>. If the fat pointer is bothersome, AtomicRc<ThinBox<T>> could be used instead. It would be more convenient if circ handled this automatically. Is there a specific reason circ only supports Sized types?
(This is probably a question I could answer by reading the code, but I haven’t had a chance to look into it deeply. Sorry, haha ;) )
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels