backend::service::layer

Function 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.