Type Alias backend::model::dto::core::ActionDtoWrapperUpdateLayer

source ·
pub type ActionDtoWrapperUpdateLayer = ActionDtoWrapper<UpdateLayerDto>;

Aliased Type§

struct ActionDtoWrapperUpdateLayer {
    pub action_id: Uuid,
    pub dto: UpdateLayerDto,
}

Fields§

§action_id: Uuid§dto: UpdateLayerDto