Function backend::model::entity::areas_impl::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.