Function update_shadings
Source pub async fn update_shadings(
updates: Vec<UpdateShading>,
conn: &mut AsyncPgConnection,
) -> QueryResult<Vec<AreaDto>>
Expand description
Update shading areas in the database.
§Errors
- Unknown, diesel doesn’t say why it might error.