[][src]Module normpath::error

The error types defined by this crate.

Structs

MissingPrefixBufError

The error returned when BasePathBuf::try_new is given a path without a prefix.

MissingPrefixError

The error returned when BasePath::try_new is given a path without a prefix.

ParentError

The error returned when BasePath::parent cannot remove the path's last component.