Function backend::service::layer::find_by_id
source · pub async fn find_by_id(
id: Uuid,
pool: &SharedPool,
) -> Result<LayerDto, ServiceError>
Expand description
Find a layer by id in the database.
§Errors
If the connection to the database could not be established.