Expand description
Utility module to handle the path part of an URL as a filesytem path.
Structs§
- DavPath
- URL path, with hidden prefix.
- DavPath
Ref - Reference to DavPath, no prefix.
It’s what you get when you
Deref
DavPath
, and returned byDavPath::with_prefix()
.
Enums§
- Parse
Error - Error returned by some of the DavPath methods.