Function backend::model::dto::areas_impl::from_update_area_dto_to_update_shading
source · pub fn from_update_area_dto_to_update_shading(
dto: UpdateAreaDto,
) -> Result<Vec<UpdateShading>, ServiceError>
Expand description
Maps UpdateAreaDto
to UpdateShading
s.
Precondition is that the dto
has area_kind == AreaKind::Shade
.
§Errors
- Returns an error if the
dto
has a differentarea_kind
.