Function backend::service::layer::find

source ·
pub async fn find(
    search_parameters: LayerSearchParameters,
    app_data: &Data<AppDataInner>,
) -> Result<Vec<LayerDto>, ServiceError>
Expand description

Search layers from the database.

§Errors

If the connection to the database could not be established.