[−][src]Type Definition ruma_identifiers::RoomIdOrAliasId
type RoomIdOrAliasId = RoomIdOrAliasId<Box<str>>;
An owned room alias ID or room ID.
Can be created via TryFrom<String>
, TryFrom<&str>
, From<RoomId>
and From<RoomAliasId>
;
implements Serialize
and Deserialize
if the serde
feature is enabled.