[−][src]Type Definition ruma_identifiers::RoomAliasIdRef
type RoomAliasIdRef<'a> = RoomAliasId<&'a str>;
A reference to a room alias ID.
Can be created via TryFrom<&str>
, implements Serialize
if the serde
feature is enabled.
type RoomAliasIdRef<'a> = RoomAliasId<&'a str>;
A reference to a room alias ID.
Can be created via TryFrom<&str>
, implements Serialize
if the serde
feature is enabled.