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

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

impl Error for StripPrefixError

fn description(&self) -> &str

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

Derived Implementations

impl Eq for StripPrefixError

impl PartialEq for StripPrefixError

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

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

impl Clone for StripPrefixError

fn clone(&self) -> StripPrefixError

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

impl Debug for StripPrefixError

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