1//! Types for the `m.space` events. 2//! 3//! See [the specification](https://spec.matrix.org/latest/client-server-api/#spaces). 4 5pub mod child; 6pub mod parent;