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.
pub fn convert_recipe_book_from_database_items(
database_items: &[Item],
) -> Result<(RecipeBook, Vec<Item>), PersistenceError>If ok, returns a tuple of the constructed RecipeBook and a Vec of
duplicate recipes.