storage.FileType
Rust type: enums::storage.FileType
Constructors
This is an abstract type. At runtime it will be one of the following variants:
| FileGif |
| FileJpeg |
| FileMov |
| FileMp3 |
| FileMp4 |
| FilePartial |
| FilePdf |
| FilePng |
| FileUnknown |
| FileWebp |
Requests returning this type
None.
Requests accepting this type as input
None.
Other types containing this type
| File |
| WebFile |