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

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

Shorthand result for methods that return Entries

Implementations

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.