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

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

Shorthand result for methods that return Entries

Methods

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

[src]

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