Rust 中的'static 是什么意思? 经常在源代码中看见如'self &'static str 这样的声明,如: impl<'self, T> Iterator<(uint, &'self T)> for ...
確定! 回上一頁