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