pub fn update_inventory_by_id(
conn: &SqliteConnection,
id: &i32,
entry: &NewUpdateInventoryEntry<'_>,
) -> Result<usize, Error>pub fn update_inventory_by_id(
conn: &SqliteConnection,
id: &i32,
entry: &NewUpdateInventoryEntry<'_>,
) -> Result<usize, Error>