Rust has a pretty powerful type system, but some things are not that easy ... impl<'a, 'b> ToFoo<'a> for &'a [&'b str] { fn to_foo(&'a self) ...
確定! 回上一頁