pub async fn find_relations(
    search_query: RelationSearchParameters,
    conn: &mut AsyncPgConnection
) -> QueryResult<RelationsDto>
Expand description

Get all spatial relations of a certain plant.

Errors

  • If the SQL query fails.