Type Definition libimagtodo::error::Result []

type Result<T> = Result<T, TodoError>;

Convenient wrapper around std::Result.