J
jeremy
Video
Self-Referential Structs and Pin in Rust
A self-referential struct is a data structure containing a field that holds a reference into another field of the same struct instance; this is fundamentally incompatible with Rust's ownership model …