pub async fn find(
pool: &SharedPool,
layer_id: Uuid,
) -> Result<Vec<BaseLayerImageDto>, ServiceError>
Expand description
Fetch all base layer images for the layer from the database.
ยงErrors
If the connection to the database could not be established.