Type Definition multipart::server::save::FileSaveResult [] [src]

type FileSaveResult = SaveResult<SavedFile, SavedFile>;

Shorthand result for methods that return SavedFiles.

The MultipartFile is not provided here because it is not necessary to return a borrow when the owned version is probably in the same scope. This hopefully saves some headache with the borrow-checker.