You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allocating DSTs is currently somewhat painful due to limitations in Rust. It is possible to have Gc pointers to DSTs, and there is a replacement for unstable Unsize coercion, but there is no support for directly allocating arbitrarily sized DSTs.
Apologies if this is a well-known acronym, but some Google searches couldn't find it. Maybe it means "dynamically sized type" like a list in Python?
Thanks!!
The text was updated successfully, but these errors were encountered:
Apologies if this is a well-known acronym, but some Google searches couldn't find it. Maybe it means "dynamically sized type" like a list in Python?
Thanks!!
The text was updated successfully, but these errors were encountered: