Struct std::path::StripPrefixError 1.7.0[−][src]
pub struct StripPrefixError(_);Expand description
如果找不到前缀,则从 Path::strip_prefix 返回错误。
该 struct 是通过 Path 上的 strip_prefix 方法创建的。
有关更多信息,请参见其文档。
Trait Implementations
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
此方法测试 self 和 other 值是否相等,并由 == 使用。 Read more
此方法测试 !=。