pub async fn update_soil_textures(
updates: Vec<UpdateSoilTexture>,
conn: &mut AsyncPgConnection,
) -> QueryResult<Vec<AreaDto>>
pub async fn update_soil_textures(
updates: Vec<UpdateSoilTexture>,
conn: &mut AsyncPgConnection,
) -> QueryResult<Vec<AreaDto>>