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

type EntriesSaveResult<M> = SaveResult<Entries, PartialEntries<M>>;

Shorthand result for methods that return Entries

Methods

impl<M: ReadEntry> EntriesSaveResult<M>
[src]

Take the Entries from self, if applicable, and discarding the error, if any.