Expand description
Failed to find specified subtree
Variants
BareRepository
ReadFailed(PathBuf)
ParseFailed(PathBuf)
NotFound(String)
Trait Implementations
sourceimpl From<ConfigError> for FindError
impl From<ConfigError> for FindError
sourcefn from(err: ConfigError) -> Self
fn from(err: ConfigError) -> Self
Performs the conversion.
impl StructuralPartialEq for FindError
Auto Trait Implementations
impl RefUnwindSafe for FindError
impl Send for FindError
impl Sync for FindError
impl Unpin for FindError
impl UnwindSafe for FindError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more