코딩Coding
-
impl Trait과 Box<dyn Trait> - Rust 프로그래밍코딩Coding/★Rust★기초★Syntax 2023. 10. 6. 19:44
impl Trait과 Box - Rust 프로그래밍 - https://taegit.tistory.com/m/21 impl Trait과 Box - Rust 프로그래밍목차 들어가며 impl Trait Box 1. 들어가며 객체지향 언어들에서는 흔히 추상화를 위해 Interface나 Abstract Class 같은 것들을 제공합니다. Rust에서는 이것들과 유사하지만 다른 Trait이라는 것을 제공하는taegit.tistory.com