imag/lib/core/libimagerror/src
Matthias Beyer 0e20b25091 Add extension traits for handling Result<Option<T>, E> conversion
This extension traits help transforming Result<Option<T>, E> to
Result<T, E> or transforming an iterator over the former type to an
iterator over the latter type.

Should be moved to resiter of course, but we need to implement this
first.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-10-26 16:35:31 +02:00
..
errors.rs Update copyright years 2019-01-03 18:41:36 +01:00
exit.rs Implement Error for ExitCode 2019-10-26 16:35:31 +02:00
io.rs Run 'cargo fix' for rust-2018 2019-05-18 00:20:59 +02:00
iter.rs Add extension traits for handling Result<Option<T>, E> conversion 2019-10-26 16:35:31 +02:00
lib.rs Add extension traits for handling Result<Option<T>, E> conversion 2019-10-26 16:35:31 +02:00
result.rs Add extension traits for handling Result<Option<T>, E> conversion 2019-10-26 16:35:31 +02:00
str.rs Update copyright years 2019-01-03 18:41:36 +01:00
trace.rs [Auto] lib/core/error: Fix Clippy warnings 2019-08-28 18:18:40 +02:00