lloydmeta / frunk

Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.
https://beachape.com/frunk/
MIT License
1.29k stars 58 forks source link

`into_labelled_generic` should have `IntoLabelledGeneric` bound #156

Open Diggsey opened 5 years ago

Diggsey commented 5 years ago

At the moment it only works for direct implementations of LabelledGeneric which makes it slightly awkward to get the labelled generic representation of a reference to a struct.