2일차 개요

Now that we have seen a fair amount of Rust, today will focus on Rust's type system:

  • Pattern matching: extracting data from structures.
  • 메서드: 함수를 타입과 연결
  • 트레잇: 여러 타입에서 공유하는 동작
  • 제네릭: 다른 타입의 타입 매개변수화
  • 표준 라이브러리 타입 및 트레잇: Rust의 풍부한 표준 라이브러리 둘러보기

일정 예약

Including 10 minute breaks, this session should take about 2 hours and 55 minutes. It contains:

SegmentDuration
개요3 minutes
패턴 매칭1 hour
메소드와 트레이트50 minutes
제네릭40 minutes