[−][src]Type Definition ruma_identifiers::RoomVersionId
type RoomVersionId = RoomVersionId<Box<str>>;
An owned room version ID.
Can be created using the version_N
constructor functions, TryFrom<String>
and
TryFrom<&str>
; implements Serialize
and Deserialize
if the serde
feature is enabled.