@ProHaller It's a reference to Rust's borrow checker (an actually-pretty-great feature imo), and my frustrations with dealing with structs nested within each other, some of which are wrapped in Option<T> which sometimes has weird borrow semantics that I'm still figuring out lol
Rust Programming Language
A language empowering everyone to build reliable and efficient software.
@ProHaller it's to do with a library that I must use but did not design, and thus is naturally frustrating while I don't understand the internals well enough yet