Function backend::model::entity::areas_impl::find_area

source ·
pub async fn find_area(
    search_parameters: FindAreaParameters,
    conn: &mut AsyncPgConnection,
) -> QueryResult<Vec<AreaDto>>
Expand description

Get all areas from the appropriate table.

§Errors

  • Unknown, diesel doesn’t say why it might error.