Structs§
- FsPath
Parse Error - Invalid
NewRepo Path Error - The
value
is not a valid repo path because it contains empty path component. For example,"/"
,"/foo"
,"foo/"
,"foo//bar"
are all invalid. - Invalid
Repo Path Component Error RepoPath
component was invalid. (e.g...
)- Invalid
Repo Path Error RepoPath
contained invalid file/directory component such as..
.- Repo
Path - Borrowed repository path.
- Repo
Path Buf - Owned repository path.
- Repo
Path Component - Borrowed
RepoPath
component. - Repo
Path Component Buf - Owned
RepoPath
component. - Repo
Path Components Iter - Iterator over
RepoPath
components.
Enums§
- Relative
Path Parse Error - Repo
Path UiConverter - Converts
RepoPath
s to and from plain strings as displayed to the user (e.g. relative to CWD). - UiPath
Parse Error - An error from
RepoPathUiConverter::parse_file_path
.