GregoryConrad / rearch-rs

Re-imagined approach to application design and architecture
https://crates.io/crates/rearch
MIT License
84 stars 4 forks source link

feat!: re-add and modernize older side effects #33

Closed GregoryConrad closed 10 months ago

GregoryConrad commented 10 months ago

mutation is having the same issue I was facing in #30 where I for some reason cannot return a &'a MutationState and can only return it as 'static or &'a mut. Who knows why that is happening, but seeing as it definitely shouldn't be &mut, I am sucking it up and forcing the T: Clone bound for now.