Struct std::path::StripPrefixError 1.7.0[−][src]
pub struct StripPrefixError(_);
Expand description
An error returned from Path::strip_prefix
if the prefix was not found.
This struct
is created by the strip_prefix
method on Path
.
See its documentation for more.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for StripPrefixError
impl Send for StripPrefixError
impl Sync for StripPrefixError
impl Unpin for StripPrefixError
impl UnwindSafe for StripPrefixError
Blanket Implementations
Mutably borrows from an owned value. Read more