-
Make RwLockReadGuard covariant코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 9. 26. 20:23728x90
Make RwLockReadGuard covariant
https://github.com/rust-lang/rust/pull/96820/
Make RwLockReadGuard covariant by r-raymond · Pull Request #96820 · rust-lang/rust
Hi, first time contributor here, if anything is not as expected, please let me know. RwLockReadGoard's type constructor is invariant. Since it behaves like a smart pointer to an immutable reference...
github.com
반응형'코딩Coding > 한글Rust강의★내가★공부하려고만듬' 카테고리의 다른 글
C코드를 Rust코드에 끼어 넣기❤️ (0) 2022.09.29 RUst❤tauri-equi0.1.0 (0) 2022.09.27 UnsafeRust기본 룰을 이해하자❤Const Eval(Un)Safety Rules | Rust Blog (0) 2022.09.27 UnsafeRust기본 룰을 이해하자❤Const Eval(Un)Safety Rules | Rust Blog (0) 2022.09.27 Sizedness in Rust집중훈련?Size 이런거 공부하기 (0) 2022.09.26 Rust❤️Sized Trait, Sized in Generics, ?sized type 러스트에 나오는 ?Size의 의미 (0) 2022.09.25 C언어 분석 기초 (0) 2022.09.25 A Rust function that can only be called 3 times - Unstable Rust (0) 2022.09.24