StripPrefixError

Struct StripPrefixError 

1.7.0 · Source
pub struct StripPrefixError(/* private fields */);
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§

1.7.0 · Source§

impl Clone for StripPrefixError

Source§

fn clone(&self) -> StripPrefixError

Returns a duplicate of the value. Read more
1.0.0 · Source§

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

Performs copy-assignment from source. Read more
1.7.0 · Source§

impl Debug for StripPrefixError