2089-implied-bounds - The Rust RFC Bookhttps://rust-lang.github.io/rfcs/2089-implied-bounds.html
Generic types that depend on another generic in Rust - Stack Overflowhttps://stackoverflow.com/questions/65960825/generic-types-that-depend-on-another-generic-in-rust
Rust Quizhttps://dtolnay.github.io/rust-quiz/11
Temporarily opt-in to shared mutation – Alice Ryhlhttps://ryhl.io/blog/temporary-shared-mutation/
generics - Specify `Fn` trait bound on struct definition without fixing one of the `Fn` parameters - Stack Overflowhttps://stackoverflow.com/questions/50671177/specify-fn-trait-bound-on-struct-definition-without-fixing-one-of-the-fn-par
rfcs/text/2089-implied-bounds.md at master · rust-lang/rfcs · GitHubhttps://github.com/rust-lang/rfcs/blob/master/text/2089-implied-bounds.md
rust - "parameter `'a` is never used" error when 'a is used in type parameter bound - Stack Overflowhttps://stackoverflow.com/questions/40484154/parameter-a-is-never-used-error-when-a-is-used-in-type-parameter-bound
rust - Should trait bounds be duplicated in struct and impl? - Stack Overflowhttps://stackoverflow.com/questions/49229332/should-trait-bounds-be-duplicated-in-struct-and-impl/66369912