Function backend::service::layer::find

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

Search layers from the database.

§Errors

If the connection to the database could not be established.