Function convert_recipe_book_from_database_items

Source
pub fn convert_recipe_book_from_database_items(
    database_items: &[Item],
) -> Result<(RecipeBook, Vec<Item>), PersistenceError>
Expand description

If ok, returns a tuple of the constructed RecipeBook and a Vec of duplicate recipes.