[][src]Type Definition ruma_identifiers::RoomId

type RoomId = RoomId<Box<str>>;

An owned room ID.

Can be created via new (if the rand feature is enabled) and TryFrom<String> + TryFrom<&str>, implements Serialize and Deserialize if the serde feature is enabled.