pub fn list_hyperedges(
conn: &Connection,
hyperedge_type: Option<&str>,
min_arity: Option<usize>,
max_arity: Option<usize>,
limit: Option<i64>,
) -> Result<Vec<Hyperedge>>Expand description
List hyperedges with optional filtering.