dima-starosud

Results 6 comments of dima-starosud

OK. Found the solution: fn a_5(a: A) -> A { let a = frunk::into_labelled_generic(a); frunk::from_labelled_generic(hlist![field![_, PhantomData::], ...a].sculpt().0) } But is that the best way to do this?

Thank you! I appreciate the clarification. There is an unstable feature _type changing struct update syntax_ which should support this out of the box, and I thought that `frunk` could...

Sure 👍 would be great to have this in the example folder I think. I can make a PR if needed.

@lloydmeta Could you assign this to me?

Posted the question https://stackoverflow.com/questions/76612428/stable-analogues-of-type-changing-struct-update-syntax. Will proceed with the ticket once get some good answers to it.

Not sure regarding the '90s 😁 I've decided to use ASN.1 and this crate is one of the most popular for Rust. Anyway, to me this point seems a bit...