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.

Trait Implementations

impl Display for StripPrefixError
[src]

fn fmt(&self, f: &mut Formatter) -> Result

impl Error for StripPrefixError
[src]

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>
1.0.0

Derived Implementations

impl Eq for StripPrefixError
[src]

impl PartialEq for StripPrefixError
[src]

fn eq(&self, __arg_0: &StripPrefixError) -> bool

fn ne(&self, __arg_0: &StripPrefixError) -> bool

impl Clone for StripPrefixError
[src]

fn clone(&self) -> StripPrefixError

fn clone_from(&mut self, source: &Self)
1.0.0

impl Debug for StripPrefixError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result