[RUST/COMMON] Option 열거형 : Some(T) 변형에서 T 타입의 값 구하기

■ Option<T> 열거형의 Some(T) 변형에서 T 타입의 값을 구하는 방법을 보여준다.

예제 코드 (RS)

Advertisements