All string literals have the 'static lifetime, which we can annotate as follows: let s: &'static str = "I have a static lifetime."; The text of this string ...
確定! 回上一頁