Function create_shadings
Source pub async fn create_shadings(
new_shadings: Vec<Shading>,
conn: &mut AsyncPgConnection,
) -> QueryResult<Vec<AreaDto>>
Expand description
Save shadings in the database.
§Errors
- Unknown, diesel doesn’t say why it might error.