[][src]Type Definition ruma_identifiers::RoomIdOrAliasIdRef

type RoomIdOrAliasIdRef<'a> = RoomIdOrAliasId<&'a str>;

A reference to a room alias ID or room ID.

Can be created via TryFrom<&str>, From<RoomIdRef> and From<RoomAliasIdRef>; implements Serialize if the serde feature is enabled.