[−][src]Module webdav_handler::fs
Contains the structs and traits that define a filesystem backend.
You only need this if you are going to implement your own filesystem backend. Otherwise, just use 'LocalFs' or 'MemFs'.
Structs
| DavProp | A webdav property. |
| OpenOptions | OpenOptions for |
Enums
| FsError | Errors generated by a filesystem implementation. |
| ReadDirMeta | Used as argument to the read_dir() method. It is: |
Traits
| DavDirEntry | One directory entry (or child node). |
| DavFile | A |
| DavFileSystem | The trait that defines a filesystem. |
| DavMetaData | File metadata. Basically type, length, and some timestamps. |
Type Definitions
| FsFuture | Future returned by almost all of the DavFileSystem methods. |
| FsResult | The Result type. |
| FsStream | Convenience alias for a boxed Stream. |