imag/lib
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
..
core Add extension traits for handling Result<Option<T>, E> conversion 2019-10-26 16:35:31 +02:00
domain Add function to get all events 2019-10-09 19:44:08 +02:00
entry Add Linkable::is_linked_to() 2019-10-09 19:44:01 +02:00
etc Pass the path to the ui builder function when creating a mock application 2019-10-26 15:00:09 +02:00