GregoryConrad / rearch-rs

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

refactor: remove the with_txn FnOnce lifetime param #42

Closed GregoryConrad closed 7 months ago

GregoryConrad commented 7 months ago

Also rewrote the corresponding functions with generics. Generics do not have implicit 'static lifetimes, unlike Box.