Struct bitflags::__core::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<(), Error>

impl Error for StripPrefixError

fn description(&self) -> &str

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

Derived Implementations

impl Eq for StripPrefixError

impl PartialEq<StripPrefixError> for StripPrefixError

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

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

impl Clone for StripPrefixError

fn clone(&self) -> StripPrefixError

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

impl Debug for StripPrefixError

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