[RUST/COMMON] RefCell 구조체 : borrow/borrow_mut 메소드 사용하기


■ RefCell<T> 구조체의 borrow/borrow_mut 메소드를 사용하는 방법을 보여준다.

예제 코드 (RS)