#Rust [[as_ref]]を使う。 ```rust let hoge: Option<Vec<String>> /// hoge.as_ref() は Option<&Vec<String>> ```