Struct std::path::StripPrefixError
[−]
[src]
pub struct StripPrefixError(_);1.7.0
An error returned from the Path::strip_prefix
method indicating that the
prefix was not found in self
.