Function backend::service::layer::find_by_id

source ·
pub async fn find_by_id(
    id: Uuid,
    app_data: &Data<AppDataInner>
) -> Result<LayerDto, ServiceError>
Expand description

Find a layer by id in the database.

Errors

If the connection to the database could not be established.