从Rust 1.40开始,标准库具有 Option::as_deref 来执行此操作: ... 上会调用 Deref 特性,因为 String 实现了 Deref ,从而为我们提供了 str 左值。
確定! 回上一頁