ruma_federation_api/space/
get_hierarchy.rs

1//! `GET /_matrix/federation/*/hierarchy/{roomId}`
2//!
3//! Get the space tree in a depth-first manner to locate child rooms of a given space.
4
5pub mod unstable;
6pub mod v1;