tealr icon indicating copy to clipboard operation
tealr copied to clipboard

support derive macro for types with non-static lifetimes

Open coderedart opened this issue 2 years ago • 3 comments

I have a bunch of types like Window<'open> or Ui(&mut egui::Ui) etc.. and i would like to use MluTealrDerive on them.

but i keep getting lifetime errors. i can manually write the impls ofcourse, was just wondering if it would be possible to just make the macro support for types with lifetimes.

coderedart avatar Jun 27 '22 16:06 coderedart