| 347 | } |
| 348 | |
| 349 | pub trait Downset { |
| 350 | fn intersection(&self, topic_ids: &[TopicPath]) -> Result<HashSet<ExternalId>>; |
| 351 | |
| 352 | fn downset(&self, path: &TopicPath) -> HashSet<ExternalId>; |
| 353 | } |
| 354 | |
| 355 | #[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)] |
| 356 | #[serde(rename_all = "camelCase")] |