A reference with 'static lifetime: let s: &'static str = "hello world";. // 'static as part of a trait bound: fn generic<T>(x: T) where T: 'static {}.
確定! 回上一頁