[−][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]
pub fn into_entries(self) -> Option<Entries>[src]
Take the Entries from self, if applicable, and discarding
the error, if any.