Function backend::service::areas::find

source ·
pub async fn find(
    search_parameters: AreaSearchParameters,
    pool: &SharedPool,
) -> Result<TimelinePage<AreaDto>, ServiceError>
Expand description

Search areas from the database.

§Errors

If the connection to the database could not be established.