[−][src]Type Definition multipart::server::save::FieldSaveResult
type FieldSaveResult = SaveResult<SavedData, SavedData>;
Shorthand result for methods that return FieldDatas.
The MultipartData 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.