Rustの2種類の 'static
Rustの 'static 、難しいですよね。 「プログラム中ずっと生き残るライフタイムでしょ?簡単簡単」 なるほど。では次の2つの 'static の違いがわかるでしょうか? 1つめ1let x: &'static str = "Hello, world."; 2つめ123/// Returns some reference to th