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