imag/lib/core
Matthias Beyer 5c8af4460e Fix: Entries::in_collection() should be able to return error
This patch changes the Entries::in_collection() interface to return a
Result<()>. This is needed because the fs backend implementation should
be able to check whether a directory actually exists whenever we change
the iterator.

If the implementation detects that the directory does not exist, we can
fail early and error out.

All usages of the interface are adapted by the patch as well.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-05-18 13:37:46 +02:00
..
libimagerror Run 'cargo fix' for rust-2018 2019-05-18 00:20:59 +02:00
libimagrt Add more context in error messages 2019-05-18 00:53:40 +02:00
libimagstore Fix: Entries::in_collection() should be able to return error 2019-05-18 13:37:46 +02:00