Type Alias CreateResponse

Source
pub type CreateResponse = CreateResponse<ImageId>;
Expand description

Response for successfully creating a Image.

Aliased Type§

struct CreateResponse {
    pub id: ImageId,
}

Fields§

§id: ImageId

The newly created resource’s ID.