Notice
Recent Posts
Recent Comments
NeuroWhAI의 잡블로그
[Rust] Deref를 구현할때는 고유 메소드를 피하라. 본문
Avoid inherent methods when implementing Deref/DerefMut
The rules around method resolution and Deref are in flux, but inherent methods on a type implementing Deref are likely to shadow any methods of the referent with the same name.
'개발 및 공부 > 언어' 카테고리의 다른 글
[Rust] std::str::matches(...) 사용법 (0) | 2018.02.04 |
---|---|
[Rust] str matches - 문자열 검색 (0) | 2018.01.31 |
[C#] using static 지시문 (C# 6) (0) | 2018.01.21 |
[Rust] 명명 규칙(관습) - Naming conventions (1) | 2018.01.06 |
[Rust] rusti 소개 - Interpret Rust (0) | 2018.01.05 |
Comments