&str2022/2/19 14:43:00 文字列スライスの参照 strの借用された形態 fn main() { let s : &str = "Hello, world"; println!("{}", s); //Hello, world }