Closed jonhoo closed 4 years ago
The Box is a little unfortunate, but I don't know of a way to work around it without existential types (type_alias_impl_trait). Luckily it's a change that can happen eventually behind the scenes.
Box
type_alias_impl_trait
Replaces and closes #7.
/cc @benesch.
Released in 0.7 :tada:
The
Box
is a little unfortunate, but I don't know of a way to work around it without existential types (type_alias_impl_trait
). Luckily it's a change that can happen eventually behind the scenes.Replaces and closes #7.