Struct async_std::path::StripPrefixError 1.7.0[−][src]
pub struct StripPrefixError(_);
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
impl Clone for StripPrefixError
[src]
impl Clone for StripPrefixError
[src]pub fn clone(&self) -> StripPrefixError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for StripPrefixError
[src]
impl Debug for StripPrefixError
[src]impl Display for StripPrefixError
[src]
impl Display for StripPrefixError
[src]impl Error for StripPrefixError
[src]
impl Error for StripPrefixError
[src]impl PartialEq<StripPrefixError> for StripPrefixError
[src]
impl PartialEq<StripPrefixError> for StripPrefixError
[src]